static Future<bool> fileExists(String path, {String disk = 'public'}) => _instance.fileExists(path, disk: disk);