subscribe abstract method

void subscribe(
  1. List<PlatformNotification> notifications
)

A method for subscribing to the notification.

This method is used to subscribe to the notification.

Implementation

void subscribe(List<PlatformNotification> notifications);