static int getInt(String key, {int defaultValue = 0}) => _instance.getInt(key, defaultValue: defaultValue);