fetchDownloadURI abstract method

Future<Uri> fetchDownloadURI(
  1. String remoteRelativePathOrId
)

Please make sure you can get the URI to download the file.

ファイルをダウンロードするためのURIを取得できるようにしてください。

Implementation

Future<Uri> fetchDownloadURI(String remoteRelativePathOrId);