fixHintFor static method

String fixHintFor(
  1. WizardSubStep step
)

Public re-export of the per-step fix hint registry, for callers (e.g. the wizard UI) that want to display "to retry, run …".

Implementation

static String fixHintFor(WizardSubStep step) => _fixHintFor(step);