PermissionManager class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

camera({bool showAlert = true}) Future<bool>
hasBackgroundLocationPermission() Future<bool>
location({bool showAlert = true}) Future<bool>
locationWhenInUse({bool showAlert = true}) Future<bool>
microphone({bool showAlert = true}) Future<bool>
microphoneAndCamera({bool showAlert = true}) Future<bool>
photos({bool showAlert = true}) Future<bool>
photosAddOnly({bool showAlert = true}) Future<bool>
photoSave({bool showAlert = true}) Future<bool>
storage2({bool showAlert = true, FileType fileType = FileType.ANY}) Future<bool>