IOSWKNavigationResponse constructor

IOSWKNavigationResponse({
  1. IOSURLResponse? response,
  2. required bool isForMainFrame,
  3. required bool canShowMIMEType,
})

Implementation

IOSWKNavigationResponse(
    {this.response,
    required this.isForMainFrame,
    required this.canShowMIMEType});