allowsUri 抽象方法

bool allowsUri(
  1. String uri
)

检查 uri 是否在指定的属性上允许。

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

实现

bool allowsUri(String uri);