url method

String url(
  1. String path
)

Implementation

String url(String path) {
  return "$baseUrl/$path";
}