menu
gleap_sdk package
documentation
gleap_sdk_web.dart
GleapSdkWeb
startBot method
startBot method
dark_mode
light_mode
startBot
method
Future
<
void
>
startBot
(
{
required
String
botId
,
})
Implementation
Future<void> startBot({required String botId}) async { return GleapJsSdkHelper.startBot(botId); }
gleap_sdk package
documentation
gleap_sdk_web
GleapSdkWeb
startBot method
GleapSdkWeb class