MethodChannelAcdScanner class

Inheritance

Constructors

MethodChannelAcdScanner()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
listenOnData Stream
no setter
methodChannel MethodChannel
The method channel to send data to the scanner
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

activateScan() Future<String>
override
deactiveScane() Future<String>
override
disableScanBeam() Future<String>
override
disableScanKey() Future<String>
override
enableScanBeam() Future<String>
override
enableScanKey() Future<String>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendMessage({required int what, int? arg1, int? arg2}) Future<String>
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

WHAT_BARCODE → const int
WHAT_BEAM → const int
WHAT_HELLO → const int
WHAT_KEY_ENABLE → const int
WHAT_OK → const int
WHAT_SCAN → const int
WHAT_SET_TARGET → const int