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