fetchDownloadURI method

  1. @override
Future<Uri> fetchDownloadURI(
  1. String remoteRelativePathOrId
)
override

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

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

Implementation

@override
Future<Uri> fetchDownloadURI(String remoteRelativePathOrId) async =>
    fetchPublicURI(remoteRelativePathOrId);