PhotoRepository constructor

PhotoRepository(
  1. ParodiaHTTP http
)

Implementation

PhotoRepository(ParodiaHTTP http) {
  _http = http;
}