onConnectionStatusChanged property

Stream<ConnectionStatus> get onConnectionStatusChanged

Stream for connection status changes

Implementation

static Stream<ConnectionStatus> get onConnectionStatusChanged =>
    _connectionStatusController.stream;