get method

Implementation

Future<ResponseItemDTO<StoreSettingCurrencyDTO>> get() async {
  return await _repository!.get();
}