fetchRoute abstract method

Stream<RouteBase?> fetchRoute({
  1. String? path,
  2. String? routeId,
  3. bool includeDrafts = false,
})

Fetches content by route.

Implementation

Stream<RouteBase?> fetchRoute({
  String? path,
  String? routeId,
  bool includeDrafts = false,
});