LaserScannerPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • LaserScannerPlatform
Implementers

Constructors

LaserScannerPlatform()
Constructs a LaserScannerPlatform.

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<bool>
enableSymbology({required SymbologyModel symbology}) Future<bool>
enableVibrate() Future<void>
getlockTriggerState() Future<bool?>
getPlatformVersion() Future<String?>
getScanOutputMode() Future<ScanOutputMode>
getTriggerMode() Future<Triggering?>
isSupport() Future<bool?>
isTurnOn() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onListenerResultScanner({required dynamic onListenerResultScanner(ScanResultModel? value)}) Future<StreamSubscription>
openScanner({bool? captureImageShow = false}) Future<void>
setlockTriggerState({required bool state}) Future<void>
setScanOutputMode({required ScanOutputMode scanOutputMode}) Future<void>
setTrigger({required Triggering triggering}) Future<void>
startDecode() Future<void>
stopDecode() Future<void>
toString() String
A string representation of this object.
inherited
unVibrate() Future<void>

Operators

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

Static Properties

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