FlintPageMiddleware typedef
FlintPageMiddleware =
void Function(FlintPageContext context)
Intercepts page mounting before a Flint page component renders.
Implementation
typedef FlintPageMiddleware = void Function(FlintPageContext context);