CatalogRepositoryImpl constructor

CatalogRepositoryImpl({
  1. required ICatalogRemoteDataSource dataSource,
})

Implementation

CatalogRepositoryImpl({
  required this.dataSource,
});