Remove documentation references to the obsolete PlatformDispatcher.updateSemantics method (flutter/engine#37137)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user