BureauConfig constructor

BureauConfig({
  1. required String credentialId,
  2. Environment environment = Environment.PRODUCTION,
  3. bool enableBehavioralBiometrics = true,
  4. String flow = "",
})

Implementation

BureauConfig({required this.credentialId, this.environment = Environment.PRODUCTION, this.enableBehavioralBiometrics = true, this.flow = ""});