navigationDelegateForIframe property

NavigationDelegate? navigationDelegateForIframe
final

Decides how to handle a specific navigation request in the WebView of an Iframe. It's necessary to use the webview_flutter package inside the app to use NavigationDelegate.

Implementation

final NavigationDelegate? navigationDelegateForIframe;