@override Future<bool> setLocalAuthEnabled(bool value) { return prefs.setBool(PreferenceKeys().localAuthEnabledKey, value); }