Sometimes google_sign_in can end up non-responsive. Below is the line of code that will cause no progress similar to what was described here (#10552).
However, when I reload the app I see the following error:
MissingPluginException(No implementation found for method init on channel plugins.flutter.io/google_sign_in)
I just do
await googleSignIn.signIn();