keepAlive method

Widget keepAlive()

Extension for keepAlive

Implementation

Widget keepAlive() {
  return _KeepAliveWidget(this);
}