cancelled property
Future<void>
get
cancelled
Completes when cooperative cancellation reaches the isolate.
Implementation
Future<void> get cancelled => _cancelled.future;
Completes when cooperative cancellation reaches the isolate.
Future<void> get cancelled => _cancelled.future;