allowsUri 抽象方法

bool allowsUri(
  1. String uri
)

检查提供的 URI 是否允许在指定的属性上使用。

提供的 URI 可能是相对路径,也可能不是。

实现

bool allowsUri(String uri);