mrdishant / Paytm-Flutter-Plugin

A Flutter plugin to use the Paytm as a gateway for accepting online paymnets in Flutter app.
Other
10 stars 6 forks source link

How to check if user pressed back button while making payment. #22

Closed imSanjaySoni closed 4 years ago

imSanjaySoni commented 4 years ago

alternative function of this in flutter

@Override
     public void onBackPressedCancelTransaction() {
       result.success(0);
       Toast.makeText(getApplicationContext(), "onBackPressedCancelTransaction", Toast.LENGTH_LONG).show();
     }
mrdishant commented 4 years ago

Hi Plugin updated. Have a look.

imSanjaySoni commented 4 years ago

Ok 👍