SeoPageResolver typedef

SeoPageResolver = FutureOr<SeoPage?> Function(Request request)

Maps an incoming request to the SeoPage a bot should receive, or null to fall through to the regular Flutter app.

Implementation

typedef SeoPageResolver = FutureOr<SeoPage?> Function(Request request);