ApiClient constructor

ApiClient({
  1. String basePath = 'https://stream-io-api.com',
  2. Authentication? authentication,
})

Implementation

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