signInOnline abstract method
Use this to sign in using the online method, by retrieving new token from the api.
Implementation
Future<GoogleSignInCredentials?> signInOnline();
Use this to sign in using the online method, by retrieving new token from the api.
Future<GoogleSignInCredentials?> signInOnline();