onPopInvokedWithResult method

void onPopInvokedWithResult(
  1. bool didPop,
  2. T? result
)

Called after a route pop was handled.

Implementation

void onPopInvokedWithResult(bool didPop, T? result) => onPopInvoked(didPop);