KeyClient constructor

KeyClient(
  1. Client client,
  2. String apiKey
)

Implementation

KeyClient(this.client, this.apiKey);