onInit method

  1. @mustCallSuper
void onInit()

Called immediately when the controller is constructed.

Override this method to perform initialization logic and register reactive effects.

Implementation

@mustCallSuper
void onInit() {
  logger.debug('$runtimeType initialized');
}