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