// 6793b2543197428f812a 679d942812784f70a3d6 // {"message":" Hi Daddy ABCDe", "senderId": "679d942812784f70a3d6", "timeStamp": "2025-01-29T16:33:19.480+00:00", "type": "text"} // {"message":"Cool Bro, you good?", "senderId": "6793b2543197428f812a", "timeStamp": "2025-01-29T16:36:19.480+00:00", "type": "text"} import 'dart:async'; //Default call by function Future main(final context) async { return context.res.text('TEST'); }