File? syncedFile(String id, {ImageSize size = ImageSize.md}) { var pathfile = _cachedFiles[_id(id, size)]; if (pathfile != null) { return File(pathfile); } return null; }