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