ProductRepository constructor

ProductRepository(
  1. ParodiaHTTP http
)

Implementation

ProductRepository(ParodiaHTTP http) {
  _http = http;
}