@override Future<void> setDouble(String key, double value) async { await _ensureInitialized(); await _prefs!.setDouble(key, value); }