readOptionallyEmptyUri function Null safety

Uri? readOptionallyEmptyUri(
  1. String uri
)

Implementation

Uri? readOptionallyEmptyUri(String uri) => _readOptionallyEmpty(uri, Uri.parse);