Ionic Android Platform BackButton Issue

this.platform.backButton.subscribeWithPriority(-1, () => {
    if (!this.routerOutlet.canGoBack()) {
      App.exitApp();
    }
  });

this.routerOutlet.canGoBack() this function is not working…

Anybody any solutions for this??