$router->call()
Calls the Router by path and method.
$router->call(string $path = null, string $method = 'GET', Closure $callback = null): mixedParameters
| Name | Type | Default | 
|---|---|---|
| $path | string | null | 
| $method | string | 'GET' | 
| $callback | Closure | null | 
Return type
mixed