deleteChannel method

Future<NIMResult<void>> deleteChannel(
  1. QChatDeleteChannelParam param
)

删除频道

Implementation

Future<NIMResult<void>> deleteChannel(QChatDeleteChannelParam param) {
  throw UnimplementedError('deleteChannel is not implemented');
}