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