onNavigationResponse property

(Future<NavigationResponseAction?> Function(T controller, NavigationResponse navigationResponse)?) onNavigationResponse
final

Called when a web view asks for permission to navigate to new content after the response to the navigation request is known.

navigationResponse represents the navigation response.

NOTE: In order to be able to listen this event, you need to set InAppWebViewSettings.useOnNavigationResponse setting to true.

Officially Supported Platforms/Implementations:

Implementation

final Future<NavigationResponseAction?> Function(
        T controller, NavigationResponse navigationResponse)?
    onNavigationResponse;