trackAddToCart static method
Track the operation to add to the cart.
Implementation
static Future<void> trackAddToCart(final String contentId, [final Map<String, dynamic> properties = const {}]) async {
await _invokeMethod('trackAddToCart', [contentId, properties]);
}