stopListeningToPurchases static method

void stopListeningToPurchases()

Implementation

static void stopListeningToPurchases() {
  purchases.cancel();
}