stop method

void stop()

Implementation

void stop() {
  _handle?.cancel();
  _handle = null;
}