FileSystemDirectoryHandle$Typings extension

on

Properties

getDirectoryHandle Future<FileSystemDirectoryHandle> Function(String, [FileSystemGetDirectoryOptions?])

Available on FileSystemDirectoryHandle, provided by the FileSystemDirectoryHandle$Typings extension

getter/setter pair
getFileHandle Future<FileSystemFileHandle> Function(String, [FileSystemGetFileOptions?])

Available on FileSystemDirectoryHandle, provided by the FileSystemDirectoryHandle$Typings extension

getter/setter pair
kind String

Available on FileSystemDirectoryHandle, provided by the FileSystemDirectoryHandle$Typings extension

MDN Reference
no setter
removeEntry Future<void> Function(String, [FileSystemRemoveOptions?])

Available on FileSystemDirectoryHandle, provided by the FileSystemDirectoryHandle$Typings extension

getter/setter pair
resolve Future<List<String>?> Function(FileSystemHandle)

Available on FileSystemDirectoryHandle, provided by the FileSystemDirectoryHandle$Typings extension

getter/setter pair