Returns the last GetPage or a default fallback onUnknown.
onUnknown
GetPage routeOrUnknown(GetPage onUnknown) => route ?? onUnknown;