FlutterDataWedge class

Constructors

FlutterDataWedge({required String profileName})
profileName: name of the DatawedgeProfile, that will be created or used

Properties

hashCode int
The hash code for this object.
no setterinherited
onScannerStatus Stream<ScannerStatus>
no setter
onScanResult Stream<ScanResult>
no setter
profileName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

activateScanner(bool activate) Future<void>
Enable or Disable the scanner temporarily Way quicker then enableScanner but can only be called when ScannerStatus in SCANNING or WAITING state Use onScannerStatus to listen to the current state see also: enableScanner, Zebra API Doc: https://zebra-techdocs-archive.netlify.app/datawedge/11-3/guide/api/scannerinputplugin/
enableScanner(bool enable) Future<void>
Enable or Disable the scanner temporarily Can be called anytime, but slower than activateScanner see also: activateScanner, Zebra API Doc: https://zebra-techdocs-archive.netlify.app/datawedge/11-3/guide/api/scannerinputplugin/
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
platformVersion() Future<String?>
scannerControl(bool activate) Future<void>
Manually trigger scanning or stop scanning activate: true to trigger scanner, false to stop
toString() String
A string representation of this object.
inherited

Operators

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