Retrieves a stored double value.
static Future<double?> getDouble(String key) async { return _sharedPreferences.getDouble(key); }