LivechatSdkFlutterPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • LivechatSdkFlutterPlatform
Implementers

Constructors

LivechatSdkFlutterPlatform()
Constructs a LivechatSdkFlutterPlatform.

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

disConnect() Future<bool?>
enterSession(dynamic params) Future<bool?>
getCurrentOnlineStatus() Future<int?>
getCurrentSessionInfo() Future<String?>
getCurrentUserInfo() Future<String?>
getSdkVersion() Future<String?>
initPlugin(dynamic params) Future<bool?>
listen(void onData(dynamic event)?, {Function? onError, void onDone()?, bool? cancelOnError}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateSessionWindowQuickEntry(dynamic params) Future<bool?>

Operators

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

Static Properties

instance LivechatSdkFlutterPlatform
The default instance of LivechatSdkFlutterPlatform to use.
getter/setter pair