ApiClient constructor
ApiClient({
- String basePath = 'http://localhost',
- Authentication? authentication,
Implementation
ApiClient({
this.basePath = 'http://localhost',
this.authentication,
});