RxPermissions class

Inheritance

Constructors

RxPermissions()

Properties

hashCode int
The hash code for this object.
no setterinherited
permissionsOfInterest List<Permission>
no setteroverride
permissionsOfInterestObservable Stream<List<Permission>>
no setteroverride
permissionsOfInterestSubject → BehaviorSubject<List<Permission>>
final
requestStorage Map<Permission, Subject<Permission>>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

granted(List<Permission> permission) Future<bool>
override
invalidateState() → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
permissions(List<Permission> permissions) Stream<List<Permission>>
override
request(List<Permission> permission) → dynamic
override
requestRevoked(List<Permission> permission) → dynamic
override
revoked(List<Permission> permission) Future<bool>
override
toString() String
A string representation of this object.
inherited

Operators

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