ProductRepositoryImpl constructor

ProductRepositoryImpl({
  1. required ISearchRemoteDataSource searchDataSource,
})

Implementation

ProductRepositoryImpl({
  required this.searchDataSource,
});