getAllUserInfoAndroid method Null safety
Batch get information about multiple users from the local database.
Implementation
Future<NIMResult<List<NIMUser>>> getAllUserInfoAndroid() async {
return _platform.getAllUserInfoAndroid();
}
Batch get information about multiple users from the local database.
Future<NIMResult<List<NIMUser>>> getAllUserInfoAndroid() async {
return _platform.getAllUserInfoAndroid();
}