filter abstract method
Maps the given URI to the given filter.
The interpretation of uri
is really up to the implementation of Router.
Implementation
void filter(Pattern uri, RequestFilter filter, {bool preceding = false});
Maps the given URI to the given filter.
The interpretation of uri
is really up to the implementation of Router.
void filter(Pattern uri, RequestFilter filter, {bool preceding = false});