popBeamLocation method

bool popBeamLocation()

Beams to previous location in beamingHistory and removes the last location from history.

If there is no previous location, does nothing.

Returns the success, whether the currentBeamLocation was changed.

Implementation

bool popBeamLocation() => Beamer.of(this).popBeamLocation();