@override Future signOut() async { if (infoX.isMacOS) { return; } else { return GoogleSignIn(clientId: this.clientId).disconnect(); } }