menu
at_chat_flutter package
documentation
services/chat_service.dart
ChatService
chatStream property
chatStream property
dark_mode
light_mode
chatStream
property
Stream
<
List
<
Message
>
>
get
chatStream
Implementation
Stream<List<Message>> get chatStream => chatStreamController.stream;
at_chat_flutter package
documentation
services/chat_service
ChatService
chatStream property
ChatService class