subscribeAllChannel method

Implementation

Future<NIMResult<QChatSubscribeAllChannelResult>> subscribeAllChannel(
    QChatSubscribeAllChannelParam param) async {
  throw UnimplementedError('subscribeAllChannel is not implemented');
}