IsolateManager<T> class
Helper che semplifica la chiamata all'isolate manager
Properties
Methods
-
cancel(
) → Future< void> - Termina l'isolate
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
start(
) → Future< Validation> - Lancia l'isolate
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
prepare<
T> (T isolateInput, {required void isolateEntryPoint(IsolateParameter< T> ), required FromErrorMessage customMessageToError, Duration timeout = const Duration(seconds: 30)}) → IsolateManager<T>