handleIncrementalBuild method
Handles any succeeded build other than the first one.
By default, it sends reloadSignal to notify the web to reload. This method may be overridden to add more functionalities.
Implementation
void handleIncrementalBuild() {
_reload();
}