Sets the schemes (e.g. 'https') all child routes are restricted to.
string|string[] $schemes The scheme or an array of schemes:
public function setSchemes(string|array $schemes) : void { foreach ($this->routes as $route) { $route->setSchemes($schemes); } }