getTotalUnreadCount method

Future<NIMResult<int>> getTotalUnreadCount()

获取会话总未读数

Implementation

Future<NIMResult<int>> getTotalUnreadCount() async {
  return _platform.getTotalUnreadCount();
}