WorkAccountSetupConfig constructor

WorkAccountSetupConfig({
  1. String? authenticationType,
  2. String? requiredAccountEmail,
})

Implementation

WorkAccountSetupConfig({this.authenticationType, this.requiredAccountEmail});