clearAllSessionUnreadCount method

Future<NIMResult<void>> clearAllSessionUnreadCount()

清空所有会话的未读计数

Implementation

Future<NIMResult<void>> clearAllSessionUnreadCount() {
  throw UnimplementedError('clearAllSessionUnreadCount() is not implemented');
}