TKBaseApi constructor

TKBaseApi(
  1. String apiUrl, {
  2. HttpMethod httpMethod = HttpMethod.get,
})

Implementation

TKBaseApi(this.apiUrl, {HttpMethod httpMethod = HttpMethod.get}) : super(apiUrl, httpMethod: httpMethod);