soundPost method

Implementation

Future<chopper.Response<WebApiModulesSettingsUserSettingsSoundSound>>
soundPost({required WebApiModulesSettingsUserSettingsSoundSound? body}) {
  generatedMapping.putIfAbsent(
    WebApiModulesSettingsUserSettingsSoundSound,
    () => WebApiModulesSettingsUserSettingsSoundSound.fromJsonFactory,
  );

  return _soundPost(body: body);
}