ApiClient constructor

ApiClient({
  1. String basePath = 'https://devices.logbotiot.cloud',
  2. Authentication? authentication,
})

Implementation

ApiClient(
    {this.basePath = 'https://devices.logbotiot.cloud', this.authentication});