To send a GET request with a Bearer Token authorization header, you need to make an HTTP GET request and provide your Bearer Token with the Authorization: Bearer {token} HTTP header .
Read moreHow do I post a multipart form data in Flutter?
Diving into MultipartRequest
Read more