I am trying to build a WebApp using Flutter. I am stuck at a point with payment system integration. I want to use Adyen. Adyen does not provide any direct support to Flutter officially. So I made a webpage where payments can be executed supported by the backend server.
So my webapp can launch a webview and open the payment page inside it. But how can my app know if the payment has gone through or not?