getAllUserInfoAndroid method Null safety

Future<NIMResult<List<NIMUser>>> getAllUserInfoAndroid()

Batch get information about multiple users from the local database.

Implementation

Future<NIMResult<List<NIMUser>>> getAllUserInfoAndroid() async {
  return _platform.getAllUserInfoAndroid();
}