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