updateSemantics method
- SemanticsUpdate update
Sends the provided SemanticsUpdate to the FlutterView associated with this RenderView.
A SemanticsUpdate is produced by a SemanticsOwner during the EnginePhase.flushSemantics phase.
Implementation
void updateSemantics(ui.SemanticsUpdate update) {
_view.updateSemantics(update);
}