fetchPublicURI method

Future<Uri> fetchPublicURI()

Get a URL that can be made public. Use this URI when you want to retrieve images, etc. using Image.network, etc.

公開可能なURLを取得します。画像等をImage.networkなどで取得したい場合このURIを利用します。

Implementation

Future<Uri> fetchPublicURI() => storageQuery.adapter.fetchPublicURI(
      storageQuery.relativeRemotePath.trimQuery().trimStringRight("/"),
    );