unregister abstract method
Removes a previously registered callback.
After unregistering, the callback will no longer be invoked.
Implementation
void unregister(
CallbackWithReturn<CallbackInputType, CallbackReturnType> callback);
Removes a previously registered callback.
After unregistering, the callback will no longer be invoked.
void unregister(
CallbackWithReturn<CallbackInputType, CallbackReturnType> callback);