Skip to content

Commit

Permalink
Run dart format
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Aug 1, 2023
1 parent 9af26f4 commit c9dc89a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ abstract class StripePlatform extends PlatformInterface {
Future<bool> isApplePaySupported() async => false;

/// Configure the payment sheet using [SetupPaymentSheetParameters] as config.
Future<PaymentSheetPaymentOption?> initPaymentSheet(SetupPaymentSheetParameters params);
Future<PaymentSheetPaymentOption?> initPaymentSheet(
SetupPaymentSheetParameters params);

/// Display the payment sheet.
Future<PaymentSheetPaymentOption?> presentPaymentSheet({
Expand Down

0 comments on commit c9dc89a

Please sign in to comment.