back method

void back()

回退

Implementation

void back() {
  _state._onBackPressed();
}