Whether the user is signed in.
Future<bool> isSignedIn() async { final account = await _ensureSessionRestored(); return account != null; }