CheckoutSessionsBuilder typedef

CheckoutSessionsBuilder = Future<Map<String, dynamic>> Function(Package package, String stripePriceId)

Custom types

Implementation

typedef CheckoutSessionsBuilder = Future<Map<String, dynamic>> Function(
  Package package,
  String stripePriceId,
);