toLocalUri method

Uri toLocalUri()

Converts the current string to a local HTTP Uri object.

Implementation

Uri toLocalUri() {
  return Uri.parse(toLocalUrl());
}