didPopNext method
Called when the top route has been popped off, and the current route shows up.
Implementation
@override
// Called when the top route has been popped off, and the current route shows up.
void didPopNext() {
printLog('didPopNext ${widget.name}');
}