createChannel method

创建频道

Implementation

Future<NIMResult<QChatCreateChannelResult>> createChannel(
    QChatCreateChannelParam param) {
  throw UnimplementedError('createChannel is not implemented');
}