soundIdPut method
Future<Response<WebApiModulesSettingsUserSettingsSoundSound> >
soundIdPut({
- required String? id,
- required WebApiModulesSettingsUserSettingsSoundSound? body,
@param id
Implementation
Future<chopper.Response<WebApiModulesSettingsUserSettingsSoundSound>>
soundIdPut({
required String? id,
required WebApiModulesSettingsUserSettingsSoundSound? body,
}) {
generatedMapping.putIfAbsent(WebApiModulesSettingsUserSettingsSoundSound,
() => WebApiModulesSettingsUserSettingsSoundSound.fromJsonFactory);
return _soundIdPut(id: id, body: body);
}