ScannerCallback class abstract
Callback of the decoding process
Constructors
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onDecoded(
ScannedData? scannedData) → void - Called when decoder has successfully decoded the code
-
onError(
Exception error) → void - Called when error has occurred
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited