gotoEvent method
void
gotoEvent(
- Event event
Implementation
void gotoEvent(Event event) {
Sint.toNamed(AppRouteConstants.eventPath(event.id, slug: event.slug), arguments: [event]);
}
void gotoEvent(Event event) {
Sint.toNamed(AppRouteConstants.eventPath(event.id, slug: event.slug), arguments: [event]);
}