stopAuthentication method

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

Implementation

@override
Future<bool> stopAuthentication() async {
  if (is_support_local_auth) {
    return await localAuthentication.stopAuthentication();
  }
  return false;
}