GoogleCollectOptions constructor

const GoogleCollectOptions({
  1. bool email = true,
  2. bool profile = true,
  3. bool openid = true,
})

Implementation

const GoogleCollectOptions({
  this.email = true,
  this.profile = true,
  this.openid = true,
});