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