static bool getBool(String key, {bool defaultValue = false}) => _instance.getBool(key, defaultValue: defaultValue);