MobileScannerWebPlugin class

This plugin is the web implementation of mobile_scanner. It only supports QR codes.

Constructors

MobileScannerWebPlugin()

Properties

controller StreamController
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
viewID String
getter/setter pair

Methods

cancel() Future<void>
Stops the video feed and analyzer
handleMethodCall(MethodCall call) Future
Handle incomming messages
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

Static Properties

barCodeReader WebBarcodeReaderBase
Represents barcode reader library. Change this property if you want to use a custom implementation.
getter/setter pair
vidDiv DivElement
final

Static Methods

cameraAvailable() Future<bool>
Check if any camera's are available
registerWith(Registrar registrar) → void