doesConfigExist static method

Future<bool> doesConfigExist({
  1. String path = "./glacier.yaml",
})

Implementation

static Future<bool> doesConfigExist({String path = "./glacier.yaml"}) => File(path).exists();