newMemoryFileSystem function

  1. @Deprecated('Use newFileSystemMemory instead')
FileSystem newMemoryFileSystem([
  1. String? name
])

In memory implementation

Implementation

@Deprecated('Use newFileSystemMemory instead')
FileSystem newMemoryFileSystem([String? name]) => newFileSystemMemory(name);