invoke method
Invoke a registered callback
Implementation
@override
void invoke(CallbackInputType input) {
for (int i = 0; i < map.length; i++) map.getByIndex(i).call(input);
}
Invoke a registered callback
@override
void invoke(CallbackInputType input) {
for (int i = 0; i < map.length; i++) map.getByIndex(i).call(input);
}