call abstract method
Call all registered callbacks with the given input.
All registered callbacks will receive the same input value.
Returns a map with callback hashCode as key and return value as value.
Implementation
Map<int, CallbackReturnType> call(CallbackInputType input);