BiometricPromptOptions constructor
- {required String title,
- String? description,
- required String cancelButtonText}
Default constructor for BiometricPromptOptions.
Params:
- title: title to be used to prompt the user.
- description: an optional description to be used to prompt the user.
- cancelButtonText: the cancel button text.
Implementation
factory BiometricPromptOptions