call abstract method

Map<int, CallbackReturnType> call(
  1. CallbackInputType input
)

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);