ApiKeyCredentials constructor

const ApiKeyCredentials(
  1. String apiKey
)

Constructor.

Implementation

const ApiKeyCredentials(this.apiKey);