AuthRepository constructor

AuthRepository(
  1. ParodiaHTTP http
)

Implementation

AuthRepository(ParodiaHTTP http) {
  _http = http;
}