close method
void
close()
Closes the transport and stops delivering messages.
Implementation
void close() {
channel.sink.close();
_ctrl.local.sink.close();
}
Closes the transport and stops delivering messages.
void close() {
channel.sink.close();
_ctrl.local.sink.close();
}