match method

ToUri match(
  1. String uri
)

Implementation

ToUri match(String uri) => matchUri(Uri.parse(uri));