notification.isSDKMessage()
Note: This API is supported from version 5.1.0
The ZohoSalesIQ.Notification.isSDKMessage() API returns a boolean value indicating whether the received push is a message from SalesIQ.
Example
CopiedZohoSalesIQ.notification.isSDKMessage(remoteMessage.data).then((value) {
}).catchError((error) {
});