@everyone
All the docs mention entrypoint signature as Future main(final context) async {
Which I think is deprecated and I found new signature as Future start(final req, final res) async {
The issue is that, I do not know how to find context.log, context.error
Also are there any working examples for dart functions because I am getting stuck in using request and response objects