WebWorkerManager class

Manages the web workers for the application.

Constructors

WebWorkerManager()
Creates a new WebWorkerManager instance and initializes it.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tasks Map<String, Completer<void>>
A map to keep track of ongoing tasks and their corresponding completers.
getter/setter pair
workerScope DedicatedWorkerGlobalScope
The global scope for the dedicated web worker.
final

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