Flutter – How to show a loader while calling a function asynchronously?
I am calling a function asynchronously to register user with phone number using Firebase. I want to show a CircularProgressIndicator while making the call as it takes little time to process the request. I used a state variable, isLoading, for…