@override Future<bool> isLocalAuthEnabled() async { final canShow = prefs.getBool(PreferenceKeys().localAuthEnabledKey); return canShow ?? false; }