HttpConfig constructor
HttpConfig({})
Implementation
HttpConfig({
this.autoSync,
this.autoSyncThreshold,
this.disableAutoSyncOnCellular,
this.batchSync,
this.maxBatchSize,
this.method,
this.url,
this.params,
this.headers,
this.rootProperty,
this.timeout,
});