I have a dart web service application written with Shelf and Rpc apis.
I need to check the client Ip inside my api methods, but I cannot figure how.
The context method does not contain the HttpRequest .contentInfo property.
More, also the shelf Request object does not contain it, so also a middleware function would be of no use.
Anyone has an Idea on how to solve this problem?