RxPermissionsInterface class abstract

Implementers

Constructors

RxPermissionsInterface()

Properties

hashCode int
The hash code for this object.
no setterinherited
permissionsOfInterest List<Permission>
no setter
permissionsOfInterestObservable Stream<List<Permission>>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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