passApply method Null safety

Future<NIMResult<void>> passApply(
  1. String teamId,
  2. String account
)

Approve a join request
Only admins and group owners have the permissions

Implementation

Future<NIMResult<void>> passApply(String teamId, String account) async {
  throw UnimplementedError('passApply() is not implemented');
}