activate method
Called when this object is reinserted into the tree after having been removed via deactivate.
Implementation
@override
void activate() {
_errorHandler?.activate();
super.activate(); // IMPORTANT to call last
}
Called when this object is reinserted into the tree after having been removed via deactivate.
@override
void activate() {
_errorHandler?.activate();
super.activate(); // IMPORTANT to call last
}