create
abstract fun create(@Assisted(value = "publishableKey") publishableKey: () -> String, @Assisted(value = "stripeAccountId") stripeAccountId: () -> String?, hostActivityLauncher: ActivityResultLauncher<PaymentLauncherContract.Args>): StripePaymentLauncher
Content copied to clipboard