cancelKeepAlive method

void cancelKeepAlive()

Implementation

void cancelKeepAlive() {
  keepAliveTimer?.cancel();
}