SteamApplicationConfiguration constructor

SteamApplicationConfiguration({
  1. SteamAPIMode apiMode,
  2. String buttonText,
  3. String client_id,
  4. String scope,
  5. String webAPIKey,
})

Implementation

SteamApplicationConfiguration(
    {this.apiMode,
    this.buttonText,
    this.client_id,
    this.scope,
    this.webAPIKey});