I am trying to implement the payment SDK in flutter, it working successfully in Android side and getting trouble to implement the same in iOS.
After the successful payment I am getting the response in
func qpResponse(_ response: NSDictionary) {
print("Response Inside customer app:",response)
//Perform your actions with the response
}
How can I send this to flutter?