SimpleOpfsFileSystem constructor

SimpleOpfsFileSystem({
  1. String vfsName = 'simple-opfs',
})

Creates an OPFS-based file system in a closed state.

Before using this file system, call open to load the required access handles.

Implementation

SimpleOpfsFileSystem({String vfsName = 'simple-opfs'}) : super(name: vfsName);