allowNavigation method

  1. @override
void allowNavigation([
  1. UriPolicy? uriPolicy
])
override

Allows navigation elements- Form and Anchor tags, along with common attributes.

The UriPolicy can be used to restrict the locations the navigation elements are allowed to direct to. By default this will use the default UriPolicy.

Implementation

@override
void allowNavigation([UriPolicy? uriPolicy]) {}