consumeCredit method

void consumeCredit()

Implementation

void consumeCredit() async {
  credits--;
  await _setCreditsToICloud(credits);
  PurchaseHelper.setAnalyticData(creditKey, credits);
}