soundprofilePost method

Implementation

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

  return _soundprofilePost(body: body);
}