MemVfsFile constructor
MemVfsFile(
- String _path
Implementation
MemVfsFile(this._path) {
_store.putIfAbsent(_path, () => Uint8List(0));
}
MemVfsFile(this._path) {
_store.putIfAbsent(_path, () => Uint8List(0));
}