Sets the schemes (e.g. 'https') this route is restricted to. So an empty array means that any scheme is allowed.
string[] $schemes:
$this
public final function schemes(array $schemes) : static { $this->route ->setSchemes($schemes); return $this; }