keepAlive method

P keepAlive()

Prevent the state of this pod from being automatically disposed.

Implementation

P keepAlive() {
  (this as P)._keepAlive = true;
  return this as P;
}