ApiClient constructor
ApiClient({
- String basePath = 'https://stream-io-api.com',
- Authentication? authentication,
Implementation
ApiClient({
this.basePath = 'https://stream-io-api.com',
this.authentication,
});