FileStore.file constructor
FileStore.file(
- Object file
Creates an in-memory fallback store for a file-like handle.
Implementation
FileStore.file(Object file)
: _path = null,
_fileRef = file;
Creates an in-memory fallback store for a file-like handle.
FileStore.file(Object file)
: _path = null,
_fileRef = file;