APIConfig constructor

APIConfig(
  1. String apiKey,
  2. String projectId
)

Construct APIConfig.

Implementation

APIConfig(this.apiKey, this.projectId);