generateHash method
Implementation
@override
generateHash(Map response) {
// Pass response param to your backend server
// Backend will generate the hash which you need to pass to SDK
// hashResponse: is the response which you get from your server
Map hashResponse = {};
// _checkoutPro.hashGenerated(hash: hashResponse);
}