stopAuthentication method

  1. @override
Future<bool> stopAuthentication()
override

Always returns false as this method is not supported on Windows.

Implementation

@override
Future<bool> stopAuthentication() async => false;