close method
Closes the selected connection and destination writer.
Implementation
void close([Object? reason]) {
_selected?.close(reason);
unawaited(_closeOutput());
_finish();
}
Closes the selected connection and destination writer.
void close([Object? reason]) {
_selected?.close(reason);
unawaited(_closeOutput());
_finish();
}