rejectApply method

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

Implementation

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