GoogleApiKeyApiDeclaration constructor

const GoogleApiKeyApiDeclaration(
  1. String name,
  2. String apiKey,
  3. String clientId,
  4. String redirectUrl, {
  5. String clientSecret = "native",
  6. String baseUrl = "/",
  7. List<String>? scopes,
})

Implementation

const GoogleApiKeyApiDeclaration(
  String name,
  this.apiKey,
  this.clientId,
  this.redirectUrl, {
  this.clientSecret = "native",
  String baseUrl: "/",
  this.scopes,
}) : super(name, baseUrl: baseUrl);