StorylyOnWishlistUpdatedCallback typedef
StorylyOnWishlistUpdatedCallback =
void Function(String event, STRProductItem? item, String responseId)
StorylyView on wishlist update callback
Implementation
typedef StorylyOnWishlistUpdatedCallback = void Function(
String event, STRProductItem? item, String responseId);