ThemeRepository constructor

ThemeRepository(
  1. ParodiaHTTP http
)

Implementation

ThemeRepository(ParodiaHTTP http) {
  _http = http;
}