close abstract method
void
close()
Closes the worker.
If it's running on Dart VM, it will call IsolatedWorker.close.
If it's running on Web, it will call JsIsolatedWorker.close.
Implementation
void close();
Closes the worker.
If it's running on Dart VM, it will call IsolatedWorker.close.
If it's running on Web, it will call JsIsolatedWorker.close.
void close();