@override Future<double?> getDouble(String key) async { await _ensureInitialized(); return _prefs!.getDouble(key); }