SeoPathEnumerator typedef

SeoPathEnumerator = FutureOr<List<String>> Function()

Lists every concrete URL a :param route stands for, so the sitemap, llms.txt and the prerenderer can enumerate a pattern route. For /products/:slug it returns the actual product paths.

Implementation

typedef SeoPathEnumerator = FutureOr<List<String>> Function();