register method
Register a callback
Implementation
@override
void register(
CallbackWithReturn<CallbackInputType, CallbackReturnType> callback) {
map.set(callback.hashCode, callback);
}
Register a callback
@override
void register(
CallbackWithReturn<CallbackInputType, CallbackReturnType> callback) {
map.set(callback.hashCode, callback);
}