removeLastScreens method
dynamic
removeLastScreens(
- dynamic actionData,
- dynamic context
Implementation
removeLastScreens(actionData, context) {
myLogAll('removeLastScreens');
Navigator.of(context).pop();
myNotifyListeners();
}