menu
arcane package
documentation
component/vfs/api/vfs.dart
VFS
selectAll method
selectAll method
dark_mode
light_mode
selectAll
method
Future
<
void
>
selectAll
(
)
Implementation
Future<void> selectAll() async => selection.add(await getChildren(workingVFolder.value).toList());
arcane package
documentation
component/vfs/api/vfs
VFS
selectAll method
VFS class