getParamsForSignature method

Future<String?> getParamsForSignature(
  1. EcmpPaymentInfo paymentInfo
)

Implementation

Future<String?> getParamsForSignature(EcmpPaymentInfo paymentInfo) {
  return _instance.getParamsForSignature(paymentInfo);
}