willReload method
void
willReload()
Called before WebF content is reloaded to prepare DevTools.
Sets the reloading flag to true to prevent DevTools operations during reload.
Implementation
void willReload() {
_reloading = true;
}