setCountryList method

  1. @override
void setCountryList(
  1. List<CountryListResponse> countryData
)
inherited

Implementation

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