setCountryList method
- 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);
}
}