post static method

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

Implementation

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