paystack_pos_flutter

Last updated:

0 purchases

paystack_pos_flutter Image
paystack_pos_flutter Images
Add to Cart

Description:

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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.