getAction method

CustomSemanticsAction getAction (int id)

Get the action for a given identifier.

Implementation

static CustomSemanticsAction getAction(int id) {
  return _actions[id];
}