Created
January 7, 2023 13:46
-
-
Save FlutterWiz/2081f7f55ac6e0014634b6e5ae9e71c2 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 ICameraService { | |
Stream<PermissionStatus> get cameraStateChanges; | |
Future<PermissionStatus> requestPermission(); | |
Future<void> openAppSettingsForTheCameraPermission(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment