publishUpdateValuesEvent method
Implementation
@override
Future publishUpdateValuesEvent(String selector, String value) {
return handleNativeCall(
methodChannel.invokeMethod(MethodNames.publishUpdateValuesEvent, {
'selector': selector,
'value': value,
}),
);
}