closed property
Future
get
closed
Future that will be completed when the input stream is closed.
Implementation
Future get closed {
return _closed.future;
}
Future that will be completed when the input stream is closed.
Future get closed {
return _closed.future;
}