获取好友申请未读数量 统计所有未处理且未读的申请数量。
Future<NIMResult<int>> getAddApplicationUnreadCount() async { return _platform.getAddApplicationUnreadCount(); }