get static method

RouteEntry get(
  1. String path,
  2. dynamic handler, [
  3. String? action
])

Implementation

static RouteEntry get(String path, handler, [String? action]) =>
    router.get(path, handler, action);