GetWebPageInstantView constructor
Returns an instant view version of a web page if available. Returns a 404 error if the web page has no instant view page
Implementation
const GetWebPageInstantView({
required this.url,
required this.forceFull,
});