url method

String url(
  1. String path
)

Implementation

String url(String path) => disk().url(path);