dispose method

void dispose()

Kills the isolate. All pending tasks fail with KIsolateException.

Implementation

void dispose() => _teardown(kill: true);