connectionStatusChangedStream property

Stream<ConnectionStatus> get connectionStatusChangedStream

Implementation

Stream<ConnectionStatus> get connectionStatusChangedStream =>
    _connectionStatusChanged.stream;