@override Future<bool> setLocalAuthPrompted() async { return await prefs.setBool(PreferenceKeys().localAuthPromptedKey, true); }