cancelAuthentication method

Future<void> cancelAuthentication()

Cancels the biometric authentication.

Implementation

Future<void> cancelAuthentication() async {
  await _localAuth.stopAuthentication();
}