BureauConfig constructor
BureauConfig({
- required String credentialId,
- Environment environment = Environment.PRODUCTION,
- bool enableBehavioralBiometrics = true,
- String flow = "",
Implementation
BureauConfig({required this.credentialId, this.environment = Environment.PRODUCTION, this.enableBehavioralBiometrics = true, this.flow = ""});