MobileScannerAuthorizationState enum
The authorization state of the scanner.
Values
- undetermined → const MobileScannerAuthorizationState
-
The scanner has not yet requested the required permissions.
const MobileScannerAuthorizationState(0)
-
The scanner has the required permissions.
const MobileScannerAuthorizationState(1)
- denied → const MobileScannerAuthorizationState
-
The user denied the required permissions.
const MobileScannerAuthorizationState(2)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
MobileScannerAuthorizationState> - A constant List of the values in this enum, in order of their declaration.