goBack method

void goBack({
  1. bool clearHistory = false,
  2. bool removeCurrent = false,
})

Implementation

void goBack({
  bool clearHistory = false,
  bool removeCurrent = false,
}) =>
    _delegate.popRoute();