deregister Push Notification Device Async
open fun deregisterPushNotificationDeviceAsync(cancellationSignal: CancellationSignal?, callback: WalletCallback<Unit>)
Asynchronously removes the push notification registration for the current device.
Parameters
cancellation Signal
A CancellationSignal for canceling the operation.
callback
A callback to handle the result or error asynchronously.