get double.
static double getDouble(String key, {double defValue = 0.0}) { _ensureInitialized(); return _prefs.getDouble(key) ?? defValue; }