done property

Future<void> get done

Future that completes when the context is done

Implementation

Future<void> get done => _completer.future;