showHint unless a tour is already running (false when busy).
Future<bool> tryShowHint(HintStep step) => tryStart( HintTour(id: 'hint:${step.targetId}', steps: [step]), );