stop method

void stop()

Implementation

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