sdkRun method

Implementation

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