dependOnTimetableLocalizations method

void dependOnTimetableLocalizations()

Implementation

void dependOnTimetableLocalizations() {
  // By accessing the localizations, this widget calling this method will get
  // rebuilt when the locale changes.
  TimetableLocalizations.of(this);
}