delete abstract method

Future<void> delete(
  1. String fileFullPath
)

Passing fileFullPath, the full path of the storage, will delete files at that location.

ストレージのフルパスであるfileFullPathを渡すことでその位置にあるファイルを削除します。

Implementation

Future<void> delete(String fileFullPath);