onStartNewConversation property

VoidCallback? onStartNewConversation
final

Offered as an action when the anonymous quota is exhausted.

Rotating to a fresh device id clears the hourly cap immediately, and starting a new conversation is what does that — so this is the one remedy that actually works, not a generic "try again".

Implementation

final VoidCallback? onStartNewConversation;