find abstract method

RouteHandler? find(
  1. Method method,
  2. String path,
  3. Map<String, String> outParams
)

Implementation

RouteHandler? find(Method method, String path, Map<String, String> outParams);