Skip to content

Commit 4f25ded

Browse files
committed
fix: removed docs for deprecated APIs
1 parent 567eda2 commit 4f25ded

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/src/common/paystack.dart

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,6 @@ class PaystackPlugin {
9393
/// [context] - the widgets BuildContext
9494
///
9595
/// [charge] - the charge object.
96-
///
97-
/// [beforeValidate] - Called before validation
98-
///
99-
/// [onSuccess] - Called when the payment is completes successfully
100-
///
101-
/// [onError] - Called when the payment completes with an unrecoverable error
102-
///
10396
10497
static Future<CheckoutResponse> chargeCard(
10598
BuildContext context,

0 commit comments

Comments
 (0)