.registerVisitor()

This API allows you to register a user using a unique ID with the SalesIQ SDK. If your application has a login and logout life cycle, you can enroll your visitor, and their chats will be synchronized across multiple platforms.

Usage

CopiedZohoSalesIQ.registerVisitor("userID").catchError((onError){
	print(onError.message);
});