Returns a public URL for the file at path.
path
@override String url(String path) { return p.join(baseUrl, path).replaceAll(r'\', '/'); }