setCountry method

  1. @override
void setCountry(
  1. CountryListResponse? countryData
)
inherited

Implementation

@override
void setCountry(CountryListResponse? countryData) {
  final _$actionInfo = _$_AddListingStoreActionController.startAction(
      name: '_AddListingStore.setCountry');
  try {
    return super.setCountry(countryData);
  } finally {
    _$_AddListingStoreActionController.endAction(_$actionInfo);
  }
}