allowsUri method Null safety

bool allowsUri(
  1. String uri
)

Checks if the uri is allowed on the specified attribute.

The uri provided may or may not be a relative path.

Implementation

bool allowsUri(String uri);