onTokenAboutToExpire property
Called when token is about to expire soon.
In response, ConversationClient should generate a new token and call ConversationClient.updateToken as soon as possible.
Implementation
late Stream<void> onTokenAboutToExpire;