Question Description
I am sending flash message using below code
return c.Redirect().With("status","added").To("/dashboard")
and try to retrieve it using below code
message := c.Redirect().Message("status")
Not getting anything.
Is there anything wrong?
Checklist: