HttpOptions constructor
const
HttpOptions({})
Implementation
const HttpOptions({
this.timeout = const Duration(milliseconds: 15000),
this.useCache = true,
this.cacheStoragePath = null,
this.cacheMaxSize = null
});