ApiClient class abstract interface

An abstract class representing an API client with specific properties and options.

Implementers

Properties

apiKey String
The API key used for authentication.
no setter
appId String
The unique identifier for the application using the API client.
no setter
hashCode int
The hash code for this object.
no setterinherited
options ClientOptions
A set of custom client options to configure the behavior of the API client.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
Dispose of underlying resources.
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