patch static method

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

Implementation

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