aiDisclosureRequireAck property
When true, the disclosure shows a one-time "OK" the user must
acknowledge (persisted locally). Surfaced via the server config
(ai_disclosure_require_ack).
Implementation
LocalizedText? get aiDisclosureText;/// When `true`, the disclosure shows a one-time "OK" the user must
/// acknowledge (persisted locally). Surfaced via the server config
/// (`ai_disclosure_require_ack`).
bool get aiDisclosureRequireAck;