
Currently, all semantics actions that we send to the framework contain `viewId: 0`. This leads to issues such as https://github.com/flutter/flutter/issues/158530 because the framework routes the pointer event to the wrong view. Let's send the correct view ID with semantics actions. Fixes https://github.com/flutter/flutter/issues/158530