removeEventType abstract method

bool removeEventType(
  1. String event
)

Removes the given event type from the stream for listening.

This operation undos addEventType for the given event, meaning that events of this type will not be received from the server anymore. The return value indicates if an event listener was acutally removed, or if there was none to begin with.

Implementation

bool removeEventType(String event);