onClientReady property

void Function(VoicebotClient client)? onClientReady
final

Called once after mount with the client — a convenient spot to register tool handlers / deep-link maps.

Implementation

final void Function(VoicebotClient client)? onClientReady;