Get URL for an image.
String image(String path, {Map<String, dynamic>? query}) { return _urlService.image(path, query: query); }