put static method

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

Implementation

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