chat/chat_controller library

Classes

ChatController
Controller that manages chat state and behavior.
MessageDispatchResult
Result of a message dispatch operation.

Typedefs

CustomSortCallback = int Function(Message a, Message b)
Custom sort callback for message sorting.
MessageDispatchCallback = Future<Message?> Function(Message)
Callback function type for message dispatch operations.