didPopNext method
Called when the top route has been popped off, and the current route shows up.
Implementation
@override
void didPopNext() {
if (updatePvIdAfterPop) {
_pvId = randomAlphaNumeric(6);
}
_track();
}
Called when the top route has been popped off, and the current route shows up.
@override
void didPopNext() {
if (updatePvIdAfterPop) {
_pvId = randomAlphaNumeric(6);
}
_track();
}