subscribers property

Map<String, Function> subscribers
getter/setter pair

A map of subscribers for the notification.

This map is used to store the subscribers for the notification.

Implementation

Map<String, Function> subscribers = {};