update method
Implementation
Future<ResponseItemDTO> update(
{StoreSettingCurrencyPutBody? storeSettingCurrency}) async {
return await _repository!.update(
storeSettingCurrency: storeSettingCurrency,
);
}
Future<ResponseItemDTO> update(
{StoreSettingCurrencyPutBody? storeSettingCurrency}) async {
return await _repository!.update(
storeSettingCurrency: storeSettingCurrency,
);
}