onPopInvoked method
- @Deprecated('Use onPopInvokedWithResult instead. ' 'This feature was deprecated after v3.22.0-12.0.pre.')
- bool didPop
Called after a route pop was handled.
Implementation
@Deprecated(
'Use onPopInvokedWithResult instead. '
'This feature was deprecated after v3.22.0-12.0.pre.',
)
void onPopInvoked(bool didPop) { }