signInOffline abstract method

Future<GoogleSignInCredentials?> signInOffline()

Use this to sign in using the access_token from the cache or internal storage. Therefore, can also be used to check if th user is already logged in or not.

For Mobile and Web devices, this is the same as signInOnline, while it firsts check for an already existing token, and if not exists then perform the sign in online.

Implementation

Future<GoogleSignInCredentials?> signInOffline();