stopAuthentication method
Cancels any in-progress authentication, returning true if auth was canceled successfully.
This API may not be supported by all platforms.
Returns false if there was some error, no authentication is in progress, or the current platform lacks support.
Implementation
Future<bool> stopAuthentication() async {
return LocalAuthPlatform.instance.stopAuthentication();
}