onInitialLoadDidRedirect method

  1. @override
void onInitialLoadDidRedirect(
  1. WebUri? url
)
override

Event fired when the initial URL load is complete.

Officially Supported Platforms/Implementations:

Parameters - Officially Supported Platforms/Implementations:

  • url: all platforms

Use the PlatformChromeSafariBrowserEvents.isMethodSupported method to check if this method is supported at runtime.

Implementation

@override
void onInitialLoadDidRedirect(WebUri? url) {}