didPop method

void didPop(
  1. T? result
)

Called when this route has been popped off the navigator.

Implementation

void didPop(T? result) {}