ApiService constructor
const
ApiService({
- String baseUrl = 'https://smartpub-worker.smartpub.workers.dev',
Creates an API service
Implementation
const ApiService({
this.baseUrl = 'https://smartpub-worker.smartpub.workers.dev',
});