ApiRequest constructor
ApiRequest(})
Implementation
ApiRequest(
this.url, {
this.method,
this.body,
this.options,
this.showLogs = kDebugMode,
this.cancelToken,
this.onReceiveProgress,
this.onSendProgress,
this.queryParameters,
});