storageGetDirectory static method

Future<FileSystemOpfsWebDirectoryHandle> storageGetDirectory()

Returns the OPFS root directory handle using navigator.storage.getDirectory().

Only available on the web.

Implementation

static Future<FileSystemOpfsWebDirectoryHandle> storageGetDirectory() =>
    fileSystemOpfsWebStorageGetDirectoryImpl();