PermissionRepository class

Inheritance

Constructors

PermissionRepository(AppPermission permission)

Properties

hashCode int
The hash code for this object.
no setterinherited
isDenied bool
no setteroverride
isError bool
no setteroverride
isGranted bool
no setteroverride
isPermanentlyDenied bool
no setteroverride
permission AppPermission
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status PermissionStatus?
getter/setter pairinherited

Methods

init() Future
to get status after construct method call;
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readPermissionStatus() Future<PermissionStatus>
override
request() Future<PermissionStatus>
override
toString() String
A string representation of this object.
inherited

Operators

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