updatePostbackConversionValue method

void updatePostbackConversionValue(
  1. int conversionValue
)

Implementation

void updatePostbackConversionValue(int conversionValue) {
  _channel.invokeMethod('updatePostbackConversionValue', {
    'conversionValue': conversionValue,
  });
}