FileSystem.inMemory constructor

FileSystem.inMemory()

Creates an in-memory file system that deletes data when the tab is closed.

Implementation

factory FileSystem.inMemory() => InMemoryFileSystem();