AcdScannerPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • AcdScannerPlatform
Implementers

Constructors

AcdScannerPlatform()
Constructs a AcdScannerPlatform.

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

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

Operators

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

Static Properties

instance AcdScannerPlatform
The default instance of AcdScannerPlatform to use.
getter/setter pair