CustomerCenterRestoreCompleted typedef
CustomerCenterRestoreCompleted =
void Function(CustomerInfo customerInfo)
Called when restore purchases completes successfully.
customerInfo The updated customer information after restore.
Implementation
typedef CustomerCenterRestoreCompleted = void Function(CustomerInfo customerInfo);