flushUICommandWithContextId function
Implementation
void flushUICommandWithContextId(double contextId, Pointer<NativeBindingObject> selfPointer) {
WebFController? controller = WebFController.getControllerOfJSContextId(contextId);
if (controller != null) {
flushUICommand(controller.view, selfPointer);
}
}