ElevenLabsDioStrategy class
ElevenLabs-specific Dio strategy implementation
Handles ElevenLabs' unique authentication using xi-api-key header.
- Inheritance
- 
    - Object
- BaseProviderDioStrategy
- ElevenLabsDioStrategy
 
Constructors
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- providerName → String
- 
  Provider name for logging and debugging
  no setteroverride
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  buildHeaders(dynamic config) → Map< String, String> 
- 
  Build provider-specific HTTP headers
  override
- 
  getBaseUrl(dynamic config) → String 
- 
  Get base URL for the provider
  inherited
- 
  getEnhancers(dynamic config) → List< DioEnhancer> 
- 
  Get list of provider-specific enhancers
  inherited
- 
  getTimeout(dynamic config) → Duration? 
- 
  Get timeout configuration
  override
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited