StoreRatingRepository constructor

StoreRatingRepository(
  1. ParodiaHTTP http
)

Implementation

StoreRatingRepository(ParodiaHTTP http) {
  _http = http;
}