registry property

List<CallbackD<Function, Function>> get registry

The registry of live callbacks for this callback type.

Each concrete subclass owns a static List<CallbackD> and returns it here. The registry is used to track active callbacks and support bulk disposal via disposeRegistry.

Implementation

List<CallbackD> get registry;