IsolateManager class

Properties

hashCode → int
The hash code for this object.
no setterinherited
ready → Future<void>
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
runInComputeIsolate<Q, R>(R task(Q), Q argument) → Future<R>
dedicated for compute operations (like crypto, hashing, etc)
runInComputeIsolateStream<Q, P>(StreamComputeTask<Q, P> task, Q argument) → Stream<P>
dedicated for compute operations that need streaming progress updates
runInEncodingIsolate<Q, R>(R task(Q), Q argument) → Future<R>
dedicated for decoding/encoding json
toString() → String
A string representation of this object.
inherited

Operators

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

Static Properties

instance → IsolateManager
no setter