soundprofilesoundPost method

Implementation

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

  return _soundprofilesoundPost(body: body);
}