@override Future<bool> onExists(String path) => FileSystemEntity.type(getRealPath(path)) .then((type) => type != FileSystemEntityType.notFound);