App constructor

App({
  1. bool enabled = false,
  2. String clientId = "",
  3. String clientSecret = "",
})

Implementation

App({
  this.enabled = false,
  this.clientId = "",
  this.clientSecret = "",
});