getSubscriptions method

List<String> getSubscriptions()

A method for getting the subscriptions of the notification.

This method is used to get the subscriptions of the notification.

Implementation

List<String> getSubscriptions() => subscribers.keys.toList();