onInit method
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');
}
Called immediately when the controller is constructed.
Override this method to perform initialization logic and register reactive effects.
@mustCallSuper
void onInit() {
logger.debug('$runtimeType initialized');
}