endpoint method

Uri endpoint(
  1. String path
)

Implementation

Uri endpoint(String path) => Uri.parse('$baseUrl$path');