uriEndsWith function

Matcher uriEndsWith(
  1. String suffix
)

Implementation

Matcher uriEndsWith(String suffix) => _UriMatcher(MatchMode.endsWith, suffix);