removeCallback method

bool removeCallback(
  1. Object callbackKey
)

Implementation

bool removeCallback(Object callbackKey) =>
    _callbacks.remove(callbackKey) != null;