signInOnline abstract method

Future<GoogleSignInCredentials?> signInOnline()

Use this to sign in using the online method, by retrieving new token from the api.

Implementation

Future<GoogleSignInCredentials?> signInOnline();