unregister abstract method

void unregister(
  1. CallbackWithReturn<CallbackInputType, CallbackReturnType> callback
)

Removes a previously registered callback.

After unregistering, the callback will no longer be invoked.

Implementation

void unregister(
    CallbackWithReturn<CallbackInputType, CallbackReturnType> callback);