LiveChatWeb class

A web implementation of the LiveChatPlatform of the LiveChat plugin.

Inheritance
  • Object
  • PlatformInterface
  • LiveChatWeb

Constructors

LiveChatWeb.new()

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>
closeChatWindow() Future<void>
getLiveChatEventsStream() 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>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

registerWith(Registrar registrar) → void