fetchProjects property

Future<List<Project>> Function(List<Directory> paths) fetchProjects
final

Returns a list of projects by providing a list of directories

Implementation

static final fetchProjects = ProjectService.fetchProjects;