GoogleConfig constructor

const GoogleConfig({
  1. String? iosClientId,
  2. String? serverClientId,
  3. GoogleCollectOptions collect = const GoogleCollectOptions(),
  4. List<String>? additionalScopes,
  5. bool forceConsent = false,
})

Implementation

const GoogleConfig({
  this.iosClientId,
  this.serverClientId,
  this.collect = const GoogleCollectOptions(),
  this.additionalScopes,
  this.forceConsent = false,
});