Open lnmproj opened 2 years ago
@jonataslaw Can you please give an example how to retrieve the post data request from context.payload().
this do my work context.request.payload().then((value) { 。。。 return context.sendJson({'result':'ok'}); }); return const WidgetEmpty();
You can use the widget PayloadWidget too
@jonataslaw Can you please give an example how to retrieve the post data request from context.payload().