beamBack method

bool beamBack({
  1. Object? data,
})

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

If there is no previous entry, does nothing.

Returns the success, whether update was executed.

Implementation

bool beamBack({Object? data}) => Beamer.of(this).beamBack(data: data);