subscriberEvents property
Returns all subscriber-specific event mappings.
Provides read-only access to the internal subscriber tracking map. This is useful for debugging and inspection.
Returns a map of subscriber objects to sets of event names
Implementation
@override
Map<Object, Set<String>> get subscriberEvents => _subscriberEvents;