MemoryStorage constructor

MemoryStorage()

Class for using storage functions on runtime memory.

Basically, it is stored as a map of paths and real data Uint8List.

ランタイムメモリ上でストレージ機能を利用するためのクラス。

基本的にはパスと実データUint8Listのマップとして保管されます。

Implementation

MemoryStorage();