joinChannel method

Future<NIMResult<ChannelFullInfo>> joinChannel({
  1. required String channelId,
  2. int? selfUid,
  3. String? customInfo,
  4. required bool offlineEnabled,
})

Implementation

Future<NIMResult<ChannelFullInfo>> joinChannel(
    {required String channelId,
    int? selfUid,
    String? customInfo,
    required bool offlineEnabled}) async {
  throw UnimplementedError('joinChannel is not implemented');
}