useOnNavigationResponse property

bool? useOnNavigationResponse
getter/setter pair

Set to true to be able to listen to the PlatformWebViewCreationParams.onNavigationResponse event.

If the PlatformWebViewCreationParams.onNavigationResponse event is implemented and this value is null, it will be automatically inferred as true, otherwise, the default value is false. This logic will not be applied for PlatformInAppBrowser, where you must set the value manually.

Officially Supported Platforms/Implementations:

  • iOS
  • MacOS

Implementation

bool? useOnNavigationResponse;