stopConsuming method

void stopConsuming()

Implementation

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