joinByInviteCode method

Future<NIMResult<void>> joinByInviteCode(
  1. QChatJoinByInviteCodeParam param
)

Implementation

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