Created
January 7, 2023 13:55
-
-
Save FlutterWiz/17efb2c5c708bb31ce0f42d1cb6149c8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
abstract class IMicrophoneService { | |
Stream<PermissionStatus> get microphoneStateChanges; | |
Future<PermissionStatus> requestPermission(); | |
Future<void> openAppSettingsForTheMicrophonePermission(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment