getC2CReceiveMessageOpt method

Future getC2CReceiveMessageOpt()

Implementation

Future<dynamic> getC2CReceiveMessageOpt() async {
  return CommonUtils.returnErrorForValueCb<List<V2TimReceiveMessageOptInfo>>("getC2CReceiveMessageOpt feature does not exist on the web");
}