IOSWKNavigationResponse constructor
IOSWKNavigationResponse({
- required bool canShowMIMEType,
- required bool isForMainFrame,
- IOSURLResponse? response,
Implementation
IOSWKNavigationResponse(
{required this.canShowMIMEType,
required this.isForMainFrame,
this.response});