getPlatformFileSystem function

FileSystem getPlatformFileSystem()

Returns a MemoryFileSystem for platforms where local disk is unsupported (web).

Implementation

FileSystem getPlatformFileSystem() => MemoryFileSystem();