Future encryptedBody(String secret_key, FormData body) async { print(body.toString()); }
How can display the contents of formdata?