setEventUnsubscribeHandler abstract method
Assigns a handler
function to an event with a given name
.
If the event is unsubscribed, the handler
function will be called
to handle the interaction.
Implementation
void setEventUnsubscribeHandler(
String name,
EventSubscriptionHandler handler,
);