menu
flutter_chat_sdk package
documentation
chat.dart
ChatEventBus
eventStream property
eventStream property
dark_mode
light_mode
eventStream
property
Stream
<
ChatEvent
>
get
eventStream
Subscribes to chat events.
Implementation
Stream<ChatEvent> get eventStream;
flutter_chat_sdk package
documentation
chat
ChatEventBus
eventStream property
ChatEventBus class