SemanticsUpdateCallback typedef

SemanticsUpdateCallback = void Function(SemanticsUpdate update)

Signature for a function that receives a semantics update and returns no result.

Used by SemanticsOwner.onSemanticsUpdate.

Implementation

typedef SemanticsUpdateCallback = void Function(SemanticsUpdate update);