Description Usage Arguments Value
This function is used in the Router$invoke()
method to match middleware paths to request paths.
1 | .matchPath(pattern, path, ...)
|
pattern |
String pattern to parse. (A middleware path.) |
path |
Path to match to. (A request path.) |
... |
Additional parameters passed to |
A List with information on matching paths and URL parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.