isFeedbackSurveyDisabled property

bool get isFeedbackSurveyDisabled

Unlike isAnalyticsDisabled, this does NOT block on 3P providers. The feedback survey is a local UI prompt with no transcript data.

Implementation

bool get isFeedbackSurveyDisabled =>
    isTestEnvironment() || isTelemetryDisabled();