onClientReady property
Called once after mount with the client — a convenient spot to register tool handlers / deep-link maps.
Implementation
final void Function(VoicebotClient client)? onClientReady;
Called once after mount with the client — a convenient spot to register tool handlers / deep-link maps.
final void Function(VoicebotClient client)? onClientReady;