QrController class abstract

Implementers

Constructors

QrController()

Properties

cameraFacing CameraFacing
getter/setter pair
cameraState CameraState
getter/setter pair
flashState FlashState
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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
restart() Future<void>?
restart the camera
stop() Future<void>?
stop camera
switchCamera() Future<void>?
switch camera
switchCameraToBack() Future<void>?
switch camera to back
switchCameraToFront() Future<void>?
switch camera to front
toggleFlash() Future<void>?
toggle flash
toString() String
A string representation of this object.
inherited
turnOffFlash() Future<void>?
turn off flash
turnOnFlash() Future<void>?
turn on flash

Operators

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