Returns true if a config file exists at path.
path
static Future<bool> exists([String path = _defaultPath]) => File(path).exists();