uriStartsWith function

Matcher uriStartsWith(
  1. String prefix
)

Implementation

Matcher uriStartsWith(String prefix) =>
    _UriMatcher(MatchMode.startsWith, prefix);