parseUrl method

Uri parseUrl(
  1. String url
)

Implementation

Uri parseUrl(String url) => Uri.parse(Uri.encodeFull(url));