FileStore constructor
FileStore(
- String path
Creates an in-memory fallback store.
Implementation
FileStore(String path)
: _path = path,
_fileRef = null;
Creates an in-memory fallback store.
FileStore(String path)
: _path = path,
_fileRef = null;