For help getting started with Flutter, view our online documentation.
A Flutter plugin for peach payment gateway for both Android and iOS.
Future openPaymentGateway() async {
String tempResult=await PaymentGatewayPlugin.checkoutActitvity("49.99");
setState(()
{
result=tempResult;
});
}