Is it possible to override the back button action in Ionic 3 by using
navbar.backButtonClick = () => {}
?
It seems that navbar and navcontroller are no longer available in Ionic 4.
What is the equivalent way to override the back action for ion-back-button
?