CustomerCenterView constructor
      const
      CustomerCenterView({ 
    
    
- Key? key,
- bool shouldShowCloseButton = true,
- CustomerCenterOnDismiss? onDismiss,
- CustomerCenterRestoreStarted? onRestoreStarted,
- CustomerCenterRestoreCompleted? onRestoreCompleted,
- CustomerCenterRestoreFailed? onRestoreFailed,
- CustomerCenterManageSubscriptions? onShowingManageSubscriptions,
- CustomerCenterRefundRequestStarted? onRefundRequestStarted,
- CustomerCenterRefundRequestCompleted? onRefundRequestCompleted,
- CustomerCenterFeedbackSurveyCompleted? onFeedbackSurveyCompleted,
- CustomerCenterManagementOptionSelected? onManagementOptionSelected,
- CustomerCenterCustomActionSelected? onCustomActionSelected,
Implementation
const CustomerCenterView({
  super.key,
  this.shouldShowCloseButton = true,
  this.onDismiss,
  this.onRestoreStarted,
  this.onRestoreCompleted,
  this.onRestoreFailed,
  this.onShowingManageSubscriptions,
  this.onRefundRequestStarted,
  this.onRefundRequestCompleted,
  this.onFeedbackSurveyCompleted,
  this.onManagementOptionSelected,
  this.onCustomActionSelected,
});