fetchURI abstract method

Future<String> fetchURI(
  1. String fileRelativePath
)

Passing fileRelativePath, a path relative to the storage root, returns the full path to the file at that location.

ストレージのルートからの相対パスであるfileRelativePathを渡すことでその位置にファイルのフルパスを返します。

Implementation

Future<String> fetchURI(String fileRelativePath);