LiveChatWeb class

A web implementation of the LiveChatPlatform of the LiveChat plugin.

Inheritance
  • Object
  • PlatformInterface
  • LiveChatWeb

Constructors

LiveChatWeb.new()
Constructs LiveChatWeb

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clearChatSession() Future<void>
Clea the chat session.
closeChatWindow() Future<void>
Close the chat window.
getLiveChatEventsStream() Stream?
Get the live chat events stream.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openChatWindow({required String licenseId, required String username, required String email, String? groupId, Map<String, String>? customParameters}) Future<void>
Open the chat window.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

registerWith(Registrar registrar) → void
Register livechat instance when web.