cancel method

void cancel(
  1. Notifier notifier
)

Implementation

void cancel(Notifier notifier) {
  unsubscribe(notifier);
}