BarcodeReader class

BarcodeReader class.

Annotations
  • @JS('DBR.BarcodeReader')

Constructors

BarcodeReader()

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

decode(dynamic file) PromiseJsImpl<List>
decodeBuffer(Uint8List bytes, int width, int height, int stride, int format) PromiseJsImpl<List>
getRuntimeSettings() PromiseJsImpl
initRuntimeSettingsWithString(String settings) PromiseJsImpl<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
outputRuntimeSettingsToString() PromiseJsImpl
toString() String
A string representation of this object.
inherited
updateRuntimeSettings(String settings) PromiseJsImpl<void>

Operators

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

Static Properties

license String
no getter