init method
Implementation
@override
void init() {
ComponentRegistry().init(ChatDashboardComponentConstructorDefault(),
ChatDashboardComponentEditorConstructor());
// wizards
Apis.apis().getWizardApi().register(ChatPageWizard());
AbstractRepositorySingleton.singleton = RepositorySingleton();
}