BlueBirdScanner class

Constructors

BlueBirdScanner({BlueBirdModel model = BlueBirdModel.ef400_500, ScannerCallBack? scannerCallBack})

Properties

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

Methods

initScanner(BlueBirdModel value) Future
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