done property Null safety
Completes when the underlying input stream has been read and completed.
Implementation
Future get done async {
await _doneCompleter.future;
}
Completes when the underlying input stream has been read and completed.
Future get done async {
await _doneCompleter.future;
}