registerForPushNotification method

void registerForPushNotification()

Push Notification Registration Note: This API is only for iOS Platform.

Implementation

void registerForPushNotification() {
  _platform.registerForPushNotification();
}