wrapper for native file.exists
static Future<bool> fileExists(String path) async { return File(path).exists(); }