double getDouble(String key, {double optionalValue = 0.0}) => _sharedPreferences.getDouble(key) ?? optionalValue;