onNavigationRequestInterceptor method

void onNavigationRequestInterceptor(
  1. OnNavigationRequestInterceptor callback
)

Implementation

void onNavigationRequestInterceptor(OnNavigationRequestInterceptor callback) {
  _onNavigationRequestInterceptor = callback;
}