didPop method
Called when the current route has been popped off.
Implementation
@override
void didPop() {
// do nothing as the route will be disposed
}
Called when the current route has been popped off.
@override
void didPop() {
// do nothing as the route will be disposed
}