cancel method

Future<void> cancel()

Termina l'isolate

Implementation

Future<void> cancel() async => await _iHelper.kill();