isInAppPurchaseTrackingEnabled method Null safety
Indicates that SDK can track event automatically for each user purchases product through in-app-purchase.
- Return
trueif the SDK is enabled for in-app-purchase tracking,falseotherwise.
Implementation
static Future<bool> isInAppPurchaseTrackingEnabled() {
Logger.called('isInAppPurchaseTrackingEnabled');
return _switch.isInAppPurchaseTrackingEnabled();
}