setCountryList method
- List<
CountryListResponse> countryData
inherited
Implementation
@override
void setCountryList(List<CountryListResponse> countryData) {
final _$actionInfo = _$_AddEventStoreActionController.startAction(
name: '_AddEventStore.setCountryList');
try {
return super.setCountryList(countryData);
} finally {
_$_AddEventStoreActionController.endAction(_$actionInfo);
}
}