IPermissionRepository class abstract

Inheritance
  • Object
  • IRepository
  • IPermissionRepository
Implementers

Constructors

IPermissionRepository({required AppPermission permission})

Properties

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

Methods

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

Operators

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