AuthKeys constructor

AuthKeys(
  1. String appId,
  2. String apiKey
)

Implementation

AuthKeys(this.appId, this.apiKey);