soundprofileIdGet method
Future<Response<WebApiModulesSettingsUserSettingsSoundProfileSoundProfile> >
soundprofileIdGet({
- required String? id,
@param id
Implementation
Future<
chopper.Response<WebApiModulesSettingsUserSettingsSoundProfileSoundProfile>
>
soundprofileIdGet({required String? id}) {
generatedMapping.putIfAbsent(
WebApiModulesSettingsUserSettingsSoundProfileSoundProfile,
() => WebApiModulesSettingsUserSettingsSoundProfileSoundProfile
.fromJsonFactory,
);
return _soundprofileIdGet(id: id);
}