addMessageReceiver method
void
addMessageReceiver({
- PushCallback? onNotification,
- PushCallback? onMessage,
- PushCallback? onNotificationOpened,
- PushCallback? onNotificationRemoved,
- PushCallback? onAndroidNotificationReceivedInApp,
- PushCallback? onAndroidNotificationClickedWithNoAction,
- PushCallback? onIOSChannelOpened,
- PushCallback? onIOSRegisterDeviceTokenSuccess,
- 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.');
}