AuthSupportedMethods constructor

AuthSupportedMethods({
  1. bool? instantAuth,
  2. bool? instantMatch,
  3. bool? automatedMicroDeposits,
})

Implementation

AuthSupportedMethods({
  this.instantAuth,
  this.instantMatch,
  this.automatedMicroDeposits,
});