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