findRoute abstract method

FutureOr<ModularRoute?> findRoute(
  1. String path, {
  2. dynamic data,
  3. String schema = '',
})

Searches for a route by name or context throughout the tree.

Implementation

FutureOr<ModularRoute?> findRoute(String path,
    {dynamic data, String schema = ''});