doesConfigExistSync static method

bool doesConfigExistSync({
  1. String path = "./glacier.yaml",
})

Implementation

static bool doesConfigExistSync({String path = "./glacier.yaml"}) => File(path).existsSync();