done property
Future<void>
get
done
This future completes when the server has stopped executing
Implementation
Future<void> get done => _done.future;
This future completes when the server has stopped executing
Future<void> get done => _done.future;