ZKCScanner class

Constructors

ZKCScanner({ScannerCallBack? scannerCallBack})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scannerCallBack ScannerCallBack
no getter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDecoded(String? code) → void
Called when decoder has successfully decoded the code
Note that this method always called on a worker thread
onError(Exception error) → void
Called when error has occurred
Note that this method always called on a worker thread
pauseScanner() Future
resumeScanner() Future
startScanner() Future
stopScanner() Future
toString() String
A string representation of this object.
inherited

Operators

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