IsolateManager<T> class

Helper che semplifica la chiamata all'isolate manager

Properties

hashCode int
The hash code for this object.
no setterinherited
isEnded bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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>