ApiService constructor
ApiService(
- String apiUrl,
- String clientApiUrl,
- AppDatabase database,
- String? appId,
Implementation
ApiService(this.apiUrl, this.clientApiUrl, this.database, this.appId);