initLifecycle method
Initializes the lifecycle of this object.
This should be called when the object needs to be initialized or its resources need to be set up.
Implementation
@override
@mustCallSuper
void initLifecycle() {
_isLifecycleMounted = true;
}