exit static method

dynamic exit()

Implementation

static exit() {
  SystemNavigator.pop(animated: true);
}