init method
Implementation
@override
void init() {
ComponentRegistry().init(
HtmlWithPlatformMediumComponentConstructorDefault(),
HtmlWithPlatformMediumComponentEditorConstructor(),
);
// Wizard
Apis.apis().getWizardApi().register(WelcomePageWizard());
AbstractRepositorySingleton.singleton = RepositorySingleton();
}