jumpTo method

void jumpTo(
  1. DateTime date
)

Scrolls the timetable to the given date and time.

Implementation

void jumpTo(DateTime date) {
  dispatch(TimetableJumpToRequested(date));
}