This package helps to envoke a ChatBot on the application.
This package help as an interface between user and chatBot.
Prerequisites for using this package are: Flutter installed Basic knowledge of flutter development.
Go through Example tag and add your specific chatBotId.
As you have seen in example also, simply add the chatBotId in: floatingActionButton: ChatbotIntegration(chatbotId: ''), );