initLifecycle method

  1. @override
  2. @mustCallSuper
void initLifecycle()
override

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;
}