Returns a future that resolves to whether a user is currently signed in.
Future<bool> isSignedIn() async { await _ensureInitialized(); return GoogleSignInPlatform.instance.isSignedIn(); }