all method

void all(
  1. String path,
  2. Handler handler
)

Define a all route.

Implementation

void all(String path, Handler handler) => route(r'all', path, handler);