markAsReadAll method
Marks all messages as read in the current user's group channels.
Implementation
Future<void> markAsReadAll() async {
await SendbirdChat.markAsReadAll();
}
Marks all messages as read in the current user's group channels.
Future<void> markAsReadAll() async {
await SendbirdChat.markAsReadAll();
}