onNotifyRemove static method

void onNotifyRemove(
  1. String key
)

Implementation

static void onNotifyRemove(String key) {
  subs[key] = null;
}