onCompletedInitialLoad method
override
Event fires when the initial URL load is complete.
Implementation
@override
void onCompletedInitialLoad() {
print("ChromeSafari browser initial load completed");
}
Event fires when the initial URL load is complete.
@override
void onCompletedInitialLoad() {
print("ChromeSafari browser initial load completed");
}