toUri static method

Uri toUri(
  1. String url
)

Implementation

static Uri toUri(String url) => Uri.parse(url);