static double getDouble(String key, {double defaultValue = 0.0}) => _instance.getDouble(key, defaultValue: defaultValue);