Skip to content

Instantly share code, notes, and snippets.

@FlutterWiz
Created January 7, 2023 13:55
Show Gist options
  • Save FlutterWiz/17efb2c5c708bb31ce0f42d1cb6149c8 to your computer and use it in GitHub Desktop.
Save FlutterWiz/17efb2c5c708bb31ce0f42d1cb6149c8 to your computer and use it in GitHub Desktop.
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