mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Remove documentation references to the obsolete PlatformDispatcher.updateSemantics method (flutter/engine#37137)
This commit is contained in:
parent
827cb03a8e
commit
aebf087efc
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user