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