Last updated:
0 purchases
paystack pos flutter
paystack_pos_flutter #
A Flutter plugin that communicates with the Paystack terminal app to make payments.
Usage #
try {
final result = await PaystackPosFlutter.initPayment(500000);
} on PlatformException catch (err) {
print("Err: ${err.message}");
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.