popBeamLocation method

void popBeamLocation()

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

If there is no previous location, does nothing.

Returns the success, whether the currentBeamLocation was changed.

Implementation

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