PermissionManagerPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- PermissionManagerPlatform
- Implementers
Constructors
- PermissionManagerPlatform()
- Constructs a PermissionManagerPlatform.
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
-
check(
PermissionManagerPermission permission) → Future< PermissionManagerStatus> -
checkMultiple(
List< PermissionManagerPermission> permissions) → Future<Map< PermissionManagerPermission, PermissionManagerStatus> > -
getPlatformVersion(
) → Future< String?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openAppSettings(
) → Future< void> -
request(
PermissionManagerPermission permission) → Future< PermissionManagerStatus> -
requestMultiple(
List< PermissionManagerPermission> permissions) → Future<Map< PermissionManagerPermission, PermissionManagerStatus> > -
statusStream(
PermissionManagerPermission permission) → Stream< PermissionManagerStatus> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ PermissionManagerPlatform
-
The default instance of PermissionManagerPlatform to use.
getter/setter pair