didPush property
Called when the current route has been pushed. !appears
Implementation
final void Function(
BuildContext context,
DeepLinkParam? deepLinkParam,
)? didPush;
Called when the current route has been pushed. !appears
final void Function(
BuildContext context,
DeepLinkParam? deepLinkParam,
)? didPush;