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