disposeWorker static method
Disposes the worker in the isolate.
id is the unique identifier for the worker.
Implementation
static void disposeWorker(String id) {
_send(DisposeWorkerCommand(id));
}
Disposes the worker in the isolate.
id is the unique identifier for the worker.
static void disposeWorker(String id) {
_send(DisposeWorkerCommand(id));
}