history method

Route history(
  1. bool boolean
)

Saves the link to history if true and not if false.

Implementation

Route history(bool boolean) {
  _history = boolean;
  return this;
}