didPush method
Called when the current route has been pushed.
Implementation
@override
void didPush() {
// _logger.i('didPush() - widget.id=${sduiWidget?.id} - peek=${_peek()}');
super.didPush();
_notifyAnalytics();
}
Called when the current route has been pushed.
@override
void didPush() {
// _logger.i('didPush() - widget.id=${sduiWidget?.id} - peek=${_peek()}');
super.didPush();
_notifyAnalytics();
}