soundprofilePost method
Future<Response<WebApiModulesSettingsUserSettingsSoundProfileSoundProfile> >
soundprofilePost({
- required WebApiModulesSettingsUserSettingsSoundProfileSoundProfile? body,
Implementation
Future<
chopper.Response<WebApiModulesSettingsUserSettingsSoundProfileSoundProfile>
>
soundprofilePost({
required WebApiModulesSettingsUserSettingsSoundProfileSoundProfile? body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesSettingsUserSettingsSoundProfileSoundProfile,
() => WebApiModulesSettingsUserSettingsSoundProfileSoundProfile
.fromJsonFactory,
);
return _soundprofilePost(body: body);
}