onPreConstruct method

  1. @override
void onPreConstruct()
override

Called in the beginning of constructor.

Implementation

@override
void onPreConstruct() {
  UILoading.resolveLoadingElements();
}