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