configureWithSetupIntent

abstract fun configureWithSetupIntent(    setupIntentClientSecret: String,     configuration: PaymentSheet.Configuration? = null,     callback: PaymentSheet.FlowController.ConfigCallback)

Configure the FlowController to process a SetupIntent.

Parameters

setupIntentClientSecret

the client secret for the SetupIntent.

configuration

optional PaymentSheet settings.

callback

called with the result of configuring the FlowController.