VoicebotLauncher constructor
const
VoicebotLauncher({
- required VoicebotClient client,
- SessionConfig config = const SessionConfig(),
- VoicebotTheme? theme,
- void onClientReady(
- VoicebotClient client
- void onSessionStarted(
- VoicebotSession session
- bool disposeClientOnUnmount = true,
- Widget? child,
- Key? key,
Implementation
const VoicebotLauncher({
required this.client,
this.config = const SessionConfig(),
this.theme,
this.onClientReady,
this.onSessionStarted,
this.disposeClientOnUnmount = true,
this.child,
super.key,
});