What is form data in POST request in flutter?
Makes a server POST request with the specified data encoded as form data. … This method is similar to sending a FormData object with broader browser support but limited to String values. If data is supplied, the key/value pairs are URI encoded with Uri.