ApiClient constructor
ApiClient({
- String basePath = 'https://devices.logbotiot.cloud/api/v1',
- Authentication? authentication,
Implementation
ApiClient(
{this.basePath = 'https://devices.logbotiot.cloud/api/v1',
this.authentication});