removeLastScreens method

dynamic removeLastScreens(
  1. dynamic actionData,
  2. dynamic context
)

Implementation

removeLastScreens(actionData, context) {
  myLogAll('removeLastScreens');
  Navigator.of(context).pop();

  myNotifyListeners();
}