UnreadMessageCountCallback typedef
UnreadMessageCountCallback =
void Function(int count)
Callback function type for unread message count updates.
Implementation
typedef UnreadMessageCountCallback = void Function(int count);