My backend is on Laravel and App is on Flutter
I have found this FCM WITH AWS
However my question is how to send GCM data showed by @Nathan using AWS Sdk/Api
{
"GCM": "{ \"notification\": { \"title\": \"test title\", \"body\": \"test body\" } }"
}
My message is delivering to my app however I can't set few variables such as
contentAvailable
Also not sure how to send sound type.
Thanks for the help