connectionStatus property
Stream of connection status changes between client and server
Implementation
@override
Stream<ConnectionStatus> get connectionStatus =>
_connectionStatusController.stream;
Stream of connection status changes between client and server
@override
Stream<ConnectionStatus> get connectionStatus =>
_connectionStatusController.stream;