dispose method
void
dispose()
Kills the isolate. All pending tasks fail with KIsolateException.
Implementation
void dispose() => _teardown(kill: true);
Kills the isolate. All pending tasks fail with KIsolateException.
void dispose() => _teardown(kill: true);