Where can i access Delete Account feature in Appwrite Client SDK for flutter?
TL;DR
To delete a user account from the client SDK, you can update the user's status using the client-side method mentioned in the link provided. After that, you can use a server SDK to clean up any related documents or files before finally deleting the user. As for accessing the delete account feature in the Appwrite Client SDK for Flutter, it is not explicitly mentioned in the thread.