CreateRepositoryImpl constructor

CreateRepositoryImpl({
  1. required LocalDataSource localDataSource,
  2. required FileManager fileManager,
  3. required PubspecRepository pubspecRepository,
})

Implementation

CreateRepositoryImpl({
  required this.localDataSource,
  required this.fileManager,
  required this.pubspecRepository,
});