PackagesRepositoryImpl constructor

PackagesRepositoryImpl(
  1. Http _http,
  2. AuthService _authService
)

Implementation

PackagesRepositoryImpl(this._http, this._authService);