clearAllSessionUnreadCount method Null safety

Future<NIMResult<void>> clearAllSessionUnreadCount()

Clear the unread counts of all conversations.

Implementation

Future<NIMResult<void>> clearAllSessionUnreadCount() {
  return _platform.clearAllSessionUnreadCount();
}