IPermissionManager class abstract interface

Managing app permission

Implementers

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
openPermissionSettings() Future
prompt user an app settings to enable permission manually
requestManageExternalStorage() Future<bool>
request to manage external storage
requestStorage() Future<bool>
request for photos, videos and audio at once, if any not granted, will return false. This can be use to save at "/storage"
requestStorageLegacy() Future<bool>
if used on android API 13+ will always return false. This can be use to save at "/storage".
toString() String
A string representation of this object.
inherited

Operators

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