SemanticsUpdateCallback typedef
Signature for a function that receives a semantics update and returns no result.
Used by SemanticsOwner.onSemanticsUpdate.
Implementation
typedef SemanticsUpdateCallback = void Function(SemanticsUpdate update);
Signature for a function that receives a semantics update and returns no result.
Used by SemanticsOwner.onSemanticsUpdate.
typedef SemanticsUpdateCallback = void Function(SemanticsUpdate update);