removeSubscriber abstract method

void removeSubscriber(
  1. String type
)

Removes a subscriber for the event type

Implementation

void removeSubscriber(String type);