call method

Implementation

BeamLocation call(BeamState state) {
  return Utils.chooseBeamLocation(state.uri, beamLocations, data: state.data);
}