posthog_flutter library

Typedefs

PostHogRouteFilter = bool Function(Route? route)
PostHogRouteFilter allows to filter out routes that should not be tracked.
ScreenNameExtractor = String? Function(RouteSettings settings)