QRCodeDartScanController class

Constructors

QRCodeDartScanController()

Properties

cameraController CameraController?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanEnabled bool
getter/setter pair
state ValueNotifier<PreviewState>
final

Methods

changeCamera(TypeCamera typeCamera) Future<void>
changeTypeScan(TypeScan type) Future<void>
config(List<BarcodeFormat> formats, TypeCamera typeCamera, TypeScan typeScan, bool scanInvertedQRCode, QRCodeDartScanResolutionPreset resolutionPreset, Duration intervalScan, OnResultInterceptorCallback? onResultInterceptor) Future<void>
dispose() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
takePictureAndDecode() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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