ApiService constructor

ApiService(
  1. String apiUrl,
  2. String clientApiUrl,
  3. AppDatabase database,
  4. String? appId,
)

Implementation

ApiService(this.apiUrl, this.clientApiUrl, this.database, this.appId);