getPlatformFileSystem function

FileSystem getPlatformFileSystem()

Returns a LocalFileSystem for standard VM/OS platform executions.

Implementation

FileSystem getPlatformFileSystem() => const LocalFileSystem();