url method

Uri url(
  1. String endPoint
)

Implementation

Uri url(String endPoint) {
  return Uri.parse("$baseURL$endPoint".trim());
}