rejectServerApply method

Future<NIMResult<void>> rejectServerApply(
  1. QChatRejectServerApplyParam param
)

Implementation

Future<NIMResult<void>> rejectServerApply(
    QChatRejectServerApplyParam param) async {
  throw UnimplementedError('rejectServerApply is not implemented');
}