closed property
Future<void>
get
closed
Completes when the connection dies, expectedly or not.
Implementation
Future<void> get closed => _closed.future;
Completes when the connection dies, expectedly or not.
Future<void> get closed => _closed.future;