connectionState property
Implementation
@override
Stream<ChatConnectionState> get connectionState =>
Stream.value(ChatConnectionState.connected);
@override
Stream<ChatConnectionState> get connectionState =>
Stream.value(ChatConnectionState.connected);