Config constructor
Config({})
Implementation
Config({
this.forceFetch = false,
this.userAgent = UserAgentDevice.mobile,
required this.parsers,
required this.targets,
this.headers,
this.proxy,
this.asinPrepend,
});