createServer method

Implementation

Future<NIMResult<QChatCreateServerResult>> createServer(
    QChatCreateServerParam param) async {
  throw UnimplementedError('createServer is not implemented');
}