rejectServerInvite method

Future<NIMResult<void>> rejectServerInvite(
  1. QChatRejectServerInviteParam param
)

Implementation

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