stop method

void stop()

Stops the timer poller.

Implementation

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