getAction static method
- int id
Get the action
for a given identifier.
Implementation
static CustomSemanticsAction? getAction(int id) {
return _actions[id];
}
Get the action
for a given identifier.
static CustomSemanticsAction? getAction(int id) {
return _actions[id];
}