return context.res.empty(status: 204, headers: headers);
return context.res.json({}, 204, headers);````
None of them seem to exist on the runtime’s context.res.
❓ So I’m wondering:
• Which context.res methods are actually available in the Dart 3.x Appwrite runtime?
• Is there an updated way to send a plain response with custom headers (e.g. for CORS preflight)?