didPopNext method

  1. @override
void didPopNext()
override

Called when the top route has been popped off, and the current route shows up.

Implementation

@override
void didPopNext() {
  // This method is called when the current route is popped.
  // You can perform actions when the current route is popped.
  debugPrint("didPopNext");
}