moveToLastScreen method

void moveToLastScreen()

Implementation

void moveToLastScreen() {
  Navigator.pop(context, true);
}