Flutter – Is there a way to run code when FCM Message is received, even when app is killed?
I am trying to build a cross platform app (only works on android for now) with Flutter, that notifies the user when a operation is ongoing (for volunteer firefighters) and they can send feedback if they will be participating. I…