Create a File object from a URI.
If uri cannot reference a file this throws UnsupportedError.
uri
factory File.fromUri(Uri uri) => new File(uri.toFilePath());