MobileScannerState enum
The authorization state of the scanner.
Values
- undetermined → const MobileScannerState
-
The scanner has not yet requested the required permissions.
const MobileScannerState(0)
-
The scanner has the required permissions.
const MobileScannerState(1)
- denied → const MobileScannerState
-
The user denied the required permissions.
const MobileScannerState(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<
MobileScannerState> - A constant List of the values in this enum, in order of their declaration.