projectRepository property

ProjectRepository get projectRepository

Implementation

ProjectRepository get projectRepository => ProjectRepositoryImpl(
      fileSystemDataSource: fileSystemDataSource,
      flutterCommandDataSource: flutterCommandDataSource,
    );