clearChatSession method

Future<void> clearChatSession()

Call to clear the chat session, for example, after logout,

Implementation

Future<void> clearChatSession() async =>
    LiveChatPlatform.instance.clearChatSession();