从本地数据库中批量获取用户资料
Future<NIMResult<List<NIMUser>>> getAllUserInfoAndroid() async { return _platform.getAllUserInfoAndroid(); }