parseUri function

Uri parseUri(
  1. String url
)

Implementation

Uri parseUri(String url) {
  return Uri.parse(url);
}