connectionState property

Stream<ConnectionState> get connectionState

Implementation

Stream<ConnectionState> get connectionState =>
    _connectionStateNotifier.stream;