state property

  1. @override
RealtimeConnectionState get state
override

The current connection state of the client.

Implementation

@override
RealtimeConnectionState get state => _state;