launchChat method
Launch BabylAI chat
Implementation
Future<void> launchChat({
required String screenId,
required BabylAITheme theme,
}) {
throw UnimplementedError('launchChat() has not been implemented.');
}
Launch BabylAI chat
Future<void> launchChat({
required String screenId,
required BabylAITheme theme,
}) {
throw UnimplementedError('launchChat() has not been implemented.');
}