StorageBase constructor

const StorageBase()

Abstract class for implementing internal storage functionality.

With read, you can retrieve already stored rice paddies.

write to save the new data.

You can delete data with delete.

You can check to see if data is stored in that path under exists.

内部的なストレージ機能を実装するための抽象クラス。

readですでに保存されているで0田を取得することが出来ます。

writeで新しくデータを保存します。

deleteでデータを削除することが出来ます。

existsでそのパスにデータが保存されているかを確認することができます。

Implementation

const StorageBase();