onExportChat property

VoidCallback? onExportChat
final

Callback function called when the export-chat action is selected.

If null, the export menu item will not be displayed. Gating happens at the parent: ChatScreen passes this only when configuration.enableUserExport is true.

Implementation

final VoidCallback? onExportChat;