createURL method

Uri? createURL(
  1. String str
)

Implementation

Uri? createURL(String str) => Uri.parse(str);