onCancelled property

Future<void> get onCancelled

Future that completes when cancel is called.

Implementation

Future<void> get onCancelled => _cancelCompleter.future;