FlutterUrovoScanPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- FlutterUrovoScanPlatform
- Implementers
Constructors
- FlutterUrovoScanPlatform()
- Constructs a FlutterUrovoScanPlatform.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
closeScanner(
) → Future< String?> -
getBatteryLevel(
) → Future< String?> -
getOutputMode(
) → Future< int?> -
getParamsInts(
) → Future< String?> -
getPlatformVersion(
) → Future< String?> -
getScannerState(
) → Future< String?> -
getTriggerMode(
) → Future< String?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openScanner(
) → Future< String?> -
setOutputMode(
int outputMode) → Future< String?> -
setTriggerMode(
String mode) → Future< String?> -
startDecode(
) → Future< String?> -
stopDecode(
) → Future< String?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ FlutterUrovoScanPlatform
-
The default instance of FlutterUrovoScanPlatform to use.
getter/setter pair