Future<void> setDouble(final String key, final double value) async => _prefs.setDouble(_getKey(key), value);