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