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