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