toSafeUri method
Cleans the current string and parses it as a Uri object.
Implementation
Uri toSafeUri() {
return Uri.parse(toSafeUrl());
}
Cleans the current string and parses it as a Uri object.
Uri toSafeUri() {
return Uri.parse(toSafeUrl());
}