ApiClient constructor

ApiClient({
  1. String basePath = 'http://localhost:5011',
  2. Authentication? authentication,
})

Implementation

ApiClient({this.basePath = 'http://localhost:5011', this.authentication});