fetchRoute method

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

Fetches content by route.

Implementation

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