SimpleRestApi constructor
SimpleRestApi({})
Creates a SimpleRestApi.
Implementation
SimpleRestApi(
{this.baseUrl = 'http://127.0.0.1:8080/service/',
this.trustSelfSigned = false,
Client? httpClient})
: _httpClient = httpClient ?? createHttpClient(trustSelfSigned);