notifications property

List<VIMessengerNotification>? notifications
final

The list of messenger notifications that the current user is subscribed to.

Note that if the method is called not for the current user, the result will be null

Implementation

final List<VIMessengerNotification>? notifications;