onDone property
Future<V>
get
onDone
Future which resolves to null if the action is cancelled. If the execution is not cancelled, the future resolves to whatever the execution returns.
Implementation
Future<V> get onDone => _onDone;