onPopInvokedWithResult method
- bool didPop,
- T? result
Called after a route pop was handled.
Implementation
void onPopInvokedWithResult(bool didPop, T? result) => onPopInvoked(didPop);
Called after a route pop was handled.
void onPopInvokedWithResult(bool didPop, T? result) => onPopInvoked(didPop);