PermissionServices 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
Static Methods
-
getLocationData()
→ Future<Map<String, String>>
-
-
getPhotoPermission()
→ dynamic
-
-
isGpsOn()
→ Future<Map<String, bool>>
-
-
photoPermission({required String? mainKey, required List<String?>? matchkeyList, required bool isCamera})
→ Future<Map<int, List<String>>>
-
-
requestAudioPermission()
→ Future<Map<String, bool>>
-
-
requestCameraPermission()
→ Future<Map<String, bool>>
-
-
requestGalleryPermission()
→ Future<Map<String, bool>>
-
-
requestLocationPermission()
→ Future<Map<String, bool>>
-
-
requestMediaPermission()
→ Future<Map<String, bool>>
-
-
requestPhotoPermission()
→ Future<Map<String, bool>>
-