setTwoCheckCredentials method
Implementation
@override
setTwoCheckCredentials(String secretKey, String merchantCode) {
final Map<String, dynamic> arguments = {
'secretKey': secretKey,
'merchantCode': merchantCode,
};
methodChannel.invokeMethod<String>('setTwoCheckCredentials', arguments);
}