using google signing in resulting the exception PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null, null)

Issue I a trying to add a sign in with google button but it still now working, actually it is not returning from the line await googleSignIn.signIn(); resulting exception E/flutter (12458): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(sign_in_failed, com.google.android.gms.common.api.ApiException: 10: , null, null)

Continue reading