setPlatformNavigationDelegate method
Sets the PlatformNavigationDelegate containing the callback methods that
are called during navigation events.
Implementation
Future<void> setPlatformNavigationDelegate(
PlatformNavigationDelegate handler,
) {
throw UnimplementedError(
'setPlatformNavigationDelegate is not implemented on the current platform',
);
}