popToRootPage function
dynamic
popToRootPage()
Implementation
popToRootPage() {
navGK.currentState?.popUntil(ModalRoute.withName('/'));
}
popToRootPage() {
navGK.currentState?.popUntil(ModalRoute.withName('/'));
}