We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284d0ab commit 14bf423Copy full SHA for 14bf423
packages/stripe/lib/src/stripe.dart
@@ -2,6 +2,7 @@ import 'dart:async';
2
3
import 'package:flutter/foundation.dart';
4
import 'package:stripe_platform_interface/stripe_platform_interface.dart';
5
+import 'package:meta/meta.dart';
6
7
/// [Stripe] is the facade of the library and exposes the operations that can be
8
/// executed on the Stripe platform.
0 commit comments