selectAll method

Future<void> selectAll()

Implementation

Future<void> selectAll() async =>
    selection.add(await getChildren(workingVFolder.value).toList());