From aebf087efc19ebcc3d3911b8c90ed8b72d054d35 Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Fri, 28 Oct 2022 17:30:44 -0700 Subject: [PATCH] Remove documentation references to the obsolete PlatformDispatcher.updateSemantics method (flutter/engine#37137) --- engine/src/flutter/lib/ui/platform_dispatcher.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/engine/src/flutter/lib/ui/platform_dispatcher.dart b/engine/src/flutter/lib/ui/platform_dispatcher.dart index 1e1d08b6907..e5ebda99610 100644 --- a/engine/src/flutter/lib/ui/platform_dispatcher.dart +++ b/engine/src/flutter/lib/ui/platform_dispatcher.dart @@ -1035,7 +1035,7 @@ class PlatformDispatcher { } } - /// Whether the user has requested that [updateSemantics] be called when the + /// Whether the user has requested that updateSemantics be called when the /// semantic contents of a view changes. /// /// The [onSemanticsEnabledChanged] callback is called whenever this value @@ -1071,7 +1071,7 @@ class PlatformDispatcher { /// performed. /// /// This callback is used when the user expresses the action they wish to - /// perform based on the semantics supplied by [updateSemantics]. + /// perform based on the semantics supplied by updateSemantics. /// /// The framework invokes this callback in the same zone in which the /// callback was set. @@ -1243,7 +1243,7 @@ class PlatformConfiguration { /// format. final bool alwaysUse24HourFormat; - /// Whether the user has requested that [updateSemantics] be called when the + /// Whether the user has requested that updateSemantics be called when the /// semantic contents of a view changes. final bool semanticsEnabled;