stop static method

void stop()

Implementation

static void stop() {
  _ticker?.stop();
  _ticker = null;
}