onCompletedInitialLoad method

void onCompletedInitialLoad(
  1. bool? didLoadSuccessfully
)

Event fired when the initial URL load is complete.

didLoadSuccessfully - true if loading completed successfully; otherwise, false. Supported only on iOS.

Officially Supported Platforms/Implementations:

Implementation

void onCompletedInitialLoad(bool? didLoadSuccessfully) {}