cancelAuthentication method
Cancels the biometric authentication.
Implementation
Future<void> cancelAuthentication() async {
await _localAuth.stopAuthentication();
}
Cancels the biometric authentication.
Future<void> cancelAuthentication() async {
await _localAuth.stopAuthentication();
}