gotoEvent method

void gotoEvent(
  1. Event event
)

Implementation

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