stopAuthentication method

Future<bool> stopAuthentication()

Stops any ongoing authentication

Implementation

Future<bool> stopAuthentication() => _localAuth.stopAuthentication();