We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de60bb commit 496cf62Copy full SHA for 496cf62
packages/flutter_test/lib/src/window.dart
@@ -463,6 +463,11 @@ class TestWindow implements ui.SingletonFlutterWindow {
463
platformDispatcher.onAccessibilityFeaturesChanged = callback;
464
}
465
466
+ @override
467
+ void updateSemantics(ui.SemanticsUpdate update) {
468
+ _window.updateSemantics(update);
469
+ }
470
+
471
@override
472
void setIsolateDebugName(String name) {
473
platformDispatcher.setIsolateDebugName(name);
0 commit comments