/flutter_peach_payment

A Flutter plugin for peach payment gateway for both Android and iOS.

Primary LanguageJavaOtherNOASSERTION

For help getting started with Flutter, view our online documentation.

Pub

flutter_peachpay_plugin

A Flutter plugin for peach payment gateway for both Android and iOS.

Usage

  Future openPaymentGateway() async {
     String tempResult=await PaymentGatewayPlugin.checkoutActitvity("49.99");
     setState(()
     {
       result=tempResult;
     });
   }