storageGetDirectory static method
Returns the OPFS root directory handle using navigator.storage.getDirectory().
Only available on the web.
Implementation
static Future<FileSystemOpfsWebDirectoryHandle> storageGetDirectory() =>
fileSystemOpfsWebStorageGetDirectoryImpl();