Future<bool> isSignedIn() async { await Future.delayed(Duration(milliseconds: 200)); return authState == AuthState.SIGNED_IN; }