Future<bool> get isLoggedIn async { final value = await auth; return value != null && value.isLoggedIn; }