When I receive push notification on flutter(android), notification payload is null

[Problem/Question]
Hi. When I receive push notification on android using flutter sdk, I receive null notification payload. But message is in data payload. (IOS doesn’t have issue)
How can I fix this?

Blockquote


[SDK Version]
3.0.11

[Reproduction Steps]
// Please provide reproduction steps and, if possible, code snippets.

[Frequency]
// How frequently is this issue occurring?

[Current impact]
// How is this currently impacting your implementation?

image

image

With the same code, when I send message from firebase console, I got notification payload.
image

But sendbird dashboard isn’t include it.

@sardorbek.numonov Hello. I’m sorry for mention you but can you help me?

What lib do you use to show Notification? I used Flutter local Notification in iOS but didn’t return payload.