signInSilently method

Future<GoogleSignInUserData?> signInSilently()

Attempts to reuse pre-existing credentials to sign in again, without user interaction.

Implementation

Future<GoogleSignInUserData?> signInSilently() async {
  throw UnimplementedError('signInSilently() has not been implemented.');
}