ScannerViewController class
The controller for QR code scanner.
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
-
scannedDataStream
→ Stream<
List< BarcodeResult> > -
no setter
Methods
-
dispose(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setBarcodeFormats(
int formats) → Future< int> - Set barcode formats. https://www.dynamsoft.com/barcode-reader/parameters/enum/format-enums.html?ver=latest#barcodeformat
-
setLicense(
String license) → Future< void> - Set Dynamsoft Barcode Reader License Key. Apply for a 30-day FREE trial license: https://www.dynamsoft.com/customer/license/trialLicense
-
startScanning(
) → Future< void> - Start QR Code scanning.
-
stopScanning(
) → Future< void> - Stop QR Code scanning.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited