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