MLKitScanDecoder class Null safety

ML Kit bar code decoder (within an Isolate)

Constructors

MLKitScanDecoder({required dynamic camera, required dynamic scanMode})

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
scanMode → dynamic
final

Methods

dispose() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
processImage(dynamic image) Future<List<String>?>
Extract barcodes from an image [...]
toString() String
A string representation of this object. [...]
inherited

Operators

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