rejectApply method Null safety

Future<NIMResult<void>> rejectApply(
  1. String teamId,
  2. String account,
  3. String reason
)

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

Implementation

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