dispatchSemanticAction abstract method

void dispatchSemanticAction(
  1. SemanticsNode node,
  2. SemanticsAction action, [
  3. Object? args
])

Perform the given action on the given node. If args is provided, it will be passed to the action.

Implementation

void dispatchSemanticAction(
  SemanticsNode node,
  SemanticsAction action, [
  Object? args,
]);