setPlatformNavigationDelegate method

  1. @override
Future<void> setPlatformNavigationDelegate(
  1. covariant WebNavigationDelegate handler
)

Sets the PlatformNavigationDelegate containing the callback methods that are called during navigation events.

Implementation

@override
Future<void> setPlatformNavigationDelegate(
  covariant WebNavigationDelegate handler,
) async {
  _currentNavigationDelegate = handler;
}