Check if file exists
static Future<bool> fileExists(String path) async { return await File(path).exists(); }