onDisconnect property
Stream<DisconnectReason>
get
onDisconnect
Stream of disconnection events
Implementation
Stream<DisconnectReason> get onDisconnect =>
_disconnectStreamController.stream;
Stream of disconnection events
Stream<DisconnectReason> get onDisconnect =>
_disconnectStreamController.stream;