MethodChannelLivechatSdkFlutter class
An implementation of LivechatSdkFlutterPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- LivechatSdkFlutterPlatform
- MethodChannelLivechatSdkFlutter
Constructors
Properties
- eventChannel → EventChannel
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
final
- methodDisconnect → String
-
final
- methodEnterSession → String
-
final
- methodGetCurrentOnlineStatus → String
-
final
- methodGetCurrentSessionInfo → String
-
final
- methodGetCurrentUserInfo → String
-
final
- methodGetSdkVersion → String
-
final
- methodInitPlugin → String
-
final
- methodUpdateSessionWindowQuickEntry → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
disConnect(
) → Future< bool?> -
override
-
enterSession(
dynamic params) → Future< bool?> -
override
-
getCurrentOnlineStatus(
) → Future< int?> -
override
-
getCurrentSessionInfo(
) → Future< String?> -
override
-
getCurrentUserInfo(
) → Future< String?> -
override
-
getPlatformVersion(
) → Future< String?> -
getSdkVersion(
) → Future< String?> -
override
-
initPlugin(
dynamic params) → Future< bool?> -
override
-
listen(
void onData(dynamic event)?, {Function? onError, void onDone()?, bool? cancelOnError}) → void -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
startActivity(
) → Future< String?> -
toString(
) → String -
A string representation of this object.
inherited
-
updateSessionWindowQuickEntry(
dynamic params) → Future< bool?> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited