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