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