I want to run the gcloud commands in flutter integration test.
My use case is i need to get the access_token of firebase via gcloud auth application-default print-access-token
which is working locally on my terminal. Now i want to run the same command in flutter integration test either via shell script or using some package.!
Any helps highly appreciated. !