onUpdateProductDetails property Null safety

UpdateProductDetailsCallback? onUpdateProductDetails
read / write

This callback is triggered when the video will be shown.

The host app can return a Product list to update the latest product information.

Implementation

UpdateProductDetailsCallback? onUpdateProductDetails;