contacteventPost method

Implementation

Future<
  chopper.Response<
    WebApiModulesSettingsContactSettingsContactEventContactEvent
  >
>
contacteventPost({
  required WebApiModulesSettingsContactSettingsContactEventContactEvent? body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesSettingsContactSettingsContactEventContactEvent,
    () => WebApiModulesSettingsContactSettingsContactEventContactEvent
        .fromJsonFactory,
  );

  return _contacteventPost(body: body);
}