startInAppPurchaseTracking method Null safety

void startInAppPurchaseTracking()

Starts tracking event automatically for each user purchases product through in-app-purchase.

Implementation

static void startInAppPurchaseTracking() {
  Logger.called('startInAppPurchaseTracking');
  _switch.startInAppPurchaseTracking();
}