interceptNavigationRequest property

bool Function(String) interceptNavigationRequest
final

The callback to handle navigation request.

This callback will be triggered on generated navigation within the web view. Returning true will stop web view from navigating.

Implementation

final bool Function(String) interceptNavigationRequest