cancel abstract method

void cancel(
  1. int id
)

Cancels a subscription by its id, as returned from listen.

Implementation

void cancel(int id);