StorylyOnProductCartUpdatedCallback typedef

StorylyOnProductCartUpdatedCallback = void Function(String event, STRCart? cart, STRCartItem? change, String responseId)

StorylyView on product cart callback

Implementation

typedef StorylyOnProductCartUpdatedCallback = void Function(
    String event, STRCart? cart, STRCartItem? change, String responseId);