## Steps to Reproduce Environment: Android. 1. Call GoogleSignIn#reqeustScopes() when no user is signed in or with scopes that are already granted. 1. Call any methods on GoogleSignIn. PlatformException is thrown indicating a method is already in progress. Fix: https://github.com/flutter/plugins/pull/2702