scanDirectory property

Future<List<Project>> Function({Directory? rootDir}) scanDirectory
final

Scans for Flutter projects found in the rootDir

Implementation

static final scanDirectory = ProjectService.scanDirectory;