sdkRun method

Implementation

Future<EcmpPluginResult?> sdkRun(EcmpPaymentOptions options) {
  return _instance.sdkRun(options);
}