clearAllSessionUnreadCount method Null safety
Clear the unread counts of all conversations.
Implementation
Future<NIMResult<void>> clearAllSessionUnreadCount() {
return _platform.clearAllSessionUnreadCount();
}
Clear the unread counts of all conversations.
Future<NIMResult<void>> clearAllSessionUnreadCount() {
return _platform.clearAllSessionUnreadCount();
}