onCompletedInitialLoad method

  1. @override
void onCompletedInitialLoad(
  1. bool? didLoadSuccessfully
)
override

Event fired when the initial URL load is complete.

didLoadSuccessfully - true if loading completed successfully; otherwise, false.

Officially Supported Platforms/Implementations:

Parameters - Officially Supported Platforms/Implementations:

  • didLoadSuccessfully:
    • iOS WKWebView

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

Implementation

@override
void onCompletedInitialLoad(bool? didLoadSuccessfully) {}