fetchPublicURI abstract method

Future<Uri> fetchPublicURI(
  1. String remoteRelativePathOrId
)

Please make sure that you can get a publicly available URL. Use this URI when you want to retrieve images, etc. using Image.network, etc.

公開可能なURLを取得できるようにしてください。画像等をImage.networkなどで取得したい場合このURIを利用します。

Implementation

Future<Uri> fetchPublicURI(String remoteRelativePathOrId);