Invoked when a page starts loading.
@override void onPageStarted(String? url) { if (_isFirstLoaded) { dispatchEvent(Event(EVENT_UNLOAD)); } }