ValuableCallback constructor

  1. @deprecated
ValuableCallback(
  1. ValuableCallbackPrototype callback
)

This factory only continues existing for backward compatibility. Will be removed in a future release

Default implementation ValuableCallback.immediate for backward compatibility

Implementation

@deprecated
factory ValuableCallback(ValuableCallbackPrototype callback) =>
    ValuableCallback.immediate(callback);