ApiKeyApi constructor

ApiKeyApi(
  1. String apiKey,
  2. String authKey,
  3. AuthLocation authLocation, {
  4. Client? client,
  5. Converter? converter,
  6. AuthStorage? authStorage,
})

Implementation

ApiKeyApi(this.apiKey, this.authKey, this.authLocation,
    {http.Client? client, Converter? converter, AuthStorage? authStorage})
    : super(identifier: apiKey, client: client, converter: converter);