getActionHandler method

SemanticsActionHandler? getActionHandler(
  1. SemanticsAction action
)

Returns the action handler registered for action or null if none was registered.

Implementation

SemanticsActionHandler? getActionHandler(SemanticsAction action) => _actions[action];