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