IsolateManager class
Properties
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)
-
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