BarcodeReaderWebassemblyPlugin class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildArguments(ReadBarcodeProps readBarcodeProps, BarcodeReaderWebassemblyEvent method) → DartWebPluginBaseChannelMessageArguments
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readBarcode(ReadBarcodeProps readBarcodeProps) Future<String>
This function returns a Future
readBarcodeFromStack(ReadBarcodeProps readBarcodeProps) Future<String>
It reads a barcode from the stack.
toString() String
A string representation of this object.
inherited
tryReadBarCode(ReadBarcodeProps readBarcodeProps, BarcodeReaderWebassemblyEvent method) Future<String>

Operators

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

Static Methods

registerWith(Registrar registrar) → void