stop method

  1. @override
void stop()
override

Implementation

@override
void stop() {
  _timerSubscription.cancel();
}