getWizardApi method
Implementation
WizardApi getWizardApi() {
if (wizardApi == null) {
throw "Exception: no WizardApi registered. You should include an eliud package which implements the WizardApi and registers it onto Apis.getApis().registerWizardApi(...)";
}
return wizardApi!;
}