stop method

void stop()

This will stop the IAP listeners, preventing memory leaks

Implementation

void stop() {
  _subscription.cancel();
}