connectionState property
Stream of connection state updates.
Implementation
@override
Stream<ConnectionState> get connectionState =>
_connectionStateController.stream;
Stream of connection state updates.
@override
Stream<ConnectionState> get connectionState =>
_connectionStateController.stream;