CreatePaymentIntent typedef

CreatePaymentIntent = Future<IntentClientSecret> Function(int amount)

Implementation

typedef CreatePaymentIntent = Future<IntentClientSecret> Function(int amount);