connectionState property

  1. @override
Stream<ConnectionState> get connectionState
override

Stream of connection state updates.

Implementation

@override
Stream<ConnectionState> get connectionState =>
    _connectionStateController.stream;