baseUrl property

String baseUrl
getter/setter pair

The root url of the service, usually the url of the API

For example, my api is https://api.com So we would pass that as the baseUrl

Implementation

String baseUrl;