IOSWKNavigationResponse constructor

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

Implementation

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