uriToPath abstract method

String? uriToPath(
  1. Uri uri
)

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);