activate method
Called when this object is reinserted into the tree after having been removed via deactivate.
Implementation
@override
@mustCallSuper
void activate() {
super.activate();
_appSubscribe();
}
Called when this object is reinserted into the tree after having been removed via deactivate.
@override
@mustCallSuper
void activate() {
super.activate();
_appSubscribe();
}