currentConnectionState property

  1. @override
ConnectionState? get currentConnectionState
override

Synchronous read of the current connection state.

Implementation

@override
ConnectionState? get currentConnectionState => _currentConnectionState;