listeners property
Read-only view of the currently registered listeners (removed/tombstoned slots are excluded).
Implementation
Iterable<void Function()> get listeners =>
_listeners.whereType<void Function()>();
Read-only view of the currently registered listeners (removed/tombstoned slots are excluded).
Iterable<void Function()> get listeners =>
_listeners.whereType<void Function()>();