Future<void> deleteFile(String uid, String imageUrl) async { await _crudService.deleteFile(uid, imageUrl); }