fetchRoute abstract method

Future<RouteBase?> fetchRoute({
  1. String? path,
  2. String? routeId,
  3. bool useCache = true,
})

Implementation

Future<RouteBase?> fetchRoute({
  String? path,
  String? routeId,
  bool useCache = true,
});