Gets a double value from storage.
static double? getDouble(String key) { _ensureInitialized(); return _prefs!.getDouble(key); }