Receiving call same as WhatsApp in Flutter

Viewed 198

I am implementing a video call feature in Flutter with the help of Firebase Cloud Messaging, it's working fine in foreground.

my doubt is while app is in background I need to get a receiving call same like as WhatsApp in both Android and IOS .... is it possible in flutter?

1 Answers
Related