showOnceToast() { this.toastController.dismiss().then((obj) => { }).catch(() => { }).finally(() => { this.showToast(); }); }Copy