QRCodeDartScanDecoder class

Created by

─▄▀─▄▀ ──▀──▀ █▀▀▀▀▀█▄ █░░░░░█─█ ▀▄▄▄▄▄▀▀

Rafaelbarbosatec on 12/08/21

Constructors

QRCodeDartScanDecoder({required List<BarcodeFormat> formats})

Properties

formats List<BarcodeFormat>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decodeCameraImage(CameraImage image, {bool scanInverted = false}) Future<Result?>
decodeFile(XFile file, {bool scanInverted = false}) Future<Result?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Constants

acceptedFormats → const List<BarcodeFormat>