connectionState property
ValueNotifier<ChatConnectionState>
get
connectionState
Connection state notifier.
Implementation
ValueNotifier<ChatConnectionState> get connectionState => _connectionState;
Connection state notifier.
ValueNotifier<ChatConnectionState> get connectionState => _connectionState;