openChatWindow method
Open the chat window.
Implementation
@override
Future<void> openChatWindow({
required String licenseId,
required String username,
required String email,
String? groupId,
Map<String, String>? customParameters,
}) async {
_jsHelper.callStartLiveChat(licenseId, username, email);
}