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