validate method

bool validate()

Validates the arguments. Returns true if the arguments are valid.

This method is called by the validateArguments callback in BrowserRoute. By default, it always returns true. Override it to implement custom validation logic.

Implementation

bool validate() => true;