Get URL for a file in storage.
String storage(String path, {Map<String, dynamic>? query}) { return _urlService.storage(path, query: query); }