BiometricBuilder constructor
const
BiometricBuilder({
- Key? key,
- required BiometricShieldInterface shield,
- required String reason,
- String? userId,
- bool reauthOnResume = false,
- bool autoAuthenticate = true,
- required Widget builder(
- BuildContext context,
- AuthState state
Implementation
const BiometricBuilder({
super.key,
required this.shield,
required this.reason,
this.userId,
this.reauthOnResume = false,
this.autoAuthenticate = true,
required this.builder,
});