String constructFCMPayload(String? msg, String? token) { return jsonEncode({ "message": { "token": token, "notification": {"title": "FCM Message", "body": msg} } }); }