call method

Implementation

Future<NIMResult<ChannelFullInfo>> call(CallParam callParam) async {
  throw UnimplementedError('call is not implemented');
}