read abstract method

Future<Uint8List> read(
  1. String fileFullPath
)

By passing fileFullPath, the full path of the storage, data can be retrieved from that path.

ストレージのフルパスであるfileFullPathを渡すことでそのパスからデータを取得することが出来ます。

Implementation

Future<Uint8List> read(String fileFullPath);