addMessageReceiver method

void addMessageReceiver({
  1. PushCallback? onNotification,
  2. PushCallback? onMessage,
  3. PushCallback? onNotificationOpened,
  4. PushCallback? onNotificationRemoved,
  5. PushCallback? onAndroidNotificationReceivedInApp,
  6. PushCallback? onAndroidNotificationClickedWithNoAction,
  7. PushCallback? onIOSChannelOpened,
  8. PushCallback? onIOSRegisterDeviceTokenSuccess,
  9. PushCallback? onIOSRegisterDeviceTokenFailed,
})

Implementation

void addMessageReceiver({
  PushCallback? onNotification,
  PushCallback? onMessage,
  PushCallback? onNotificationOpened,
  PushCallback? onNotificationRemoved,
  PushCallback? onAndroidNotificationReceivedInApp,
  PushCallback? onAndroidNotificationClickedWithNoAction,
  PushCallback? onIOSChannelOpened,
  PushCallback? onIOSRegisterDeviceTokenSuccess,
  PushCallback? onIOSRegisterDeviceTokenFailed,
}) {
  throw UnimplementedError('addMessageReceiver() has not been implemented.');
}