end method

void end()

End the tour (alias for skip, but indicates completion)

Implementation

void end() {
  _overlayEntry?.remove();
  _overlayEntry = null;
  _isRunning = false;
}