disablePushNotifications abstract method
Disables the push notifications on the server side (i.e. the server will not send authentication push notifications).
To re-enable the sending of push notifications, execute a DeviceInformationChange and provide the Firebase Cloud Messaging registration token through the method fcmRegistrationToken.
Params:
- disablePushNotifications: the new Firebase Cloud Messaging registration token.
Returns: a DeviceInformationChange object.
Implementation
DeviceInformationChange disablePushNotifications();