UCodeScanWorker class abstract

Decodes frames off the UI isolate. One worker is shared by every controller.

Constructors

UCodeScanWorker()

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

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 Methods

decode(Uint8List gray, int width, int height, int rowStride, UCodeScanOptions options) → Future<List<UCode>>
Decodes a grayscale buffer in the worker isolate.
shutdown() → Future<void>