onCustomClickCartIcon property

CustomClickCartIconCallback? onCustomClickCartIcon
getter/setter pair

This callback is triggered when the user clicks the shopping cart icon.

The host app can customize the click event processing logic of the shopping cart icon by setting the callback.

Implementation

CustomClickCartIconCallback? onCustomClickCartIcon;