$applyRoute method

void $applyRoute()

Implementation

void $applyRoute() {
  if (kIsWeb) {
    pageMeta?.apply();
  }
  onApplyRoute();
}