loadSCPGW method
Implementation
@override
void loadSCPGW(String payURL, String nativeWebViewTitle, String returnURL){
methodChannel.invokeMethod<void>(
'loadSCPGW', {
"payURL": payURL,
"nativeWebViewTitle": nativeWebViewTitle,
"returnURL": returnURL
});
}