defaultPostHogRouteFilter function
Returns whether route should be tracked by the default route filter.
The default implementation tracks only PageRoute instances.
Implementation
bool defaultPostHogRouteFilter(Route<dynamic>? route) => route is PageRoute;