clearChatSession method
Call to clear the chat session, for example, after logout,
Implementation
Future<void> clearChatSession() async =>
LiveChatPlatform.instance.clearChatSession();
Call to clear the chat session, for example, after logout,
Future<void> clearChatSession() async =>
LiveChatPlatform.instance.clearChatSession();