cancel method

void cancel()

Implementation

void cancel() {
  _bus._handlers.remove(_handler);
}