uriToPath abstract method
Return the absolute path of the file to which the absolute uri
resolves,
or null
if the uri
cannot be resolved in this converter’s context.
Throws an ArgumentError
if the uri
is null
or is not an absolute
URI.
Implementation
String? uriToPath(Uri uri);