register static method

void register(
  1. RegisterUiComponentsCallback registrationCallback
)

Registration group of elements.

Callback should return the list of UiComponentGroup instances.

Implementation

//ignore: use_setters_to_change_properties
static void register(RegisterUiComponentsCallback registrationCallback) {
  _registrationCallback = registrationCallback;
}