BytedeskKefu class

Constructors

BytedeskKefu()

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

getPlatformVersion() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

connect() → void
disconnect() → void
getAppBuildNumber() Future<String>
getAppVersion() Future<String>
init(String orgUid) → void
initWithUid(String orgUid, String uid) → void
initWithUidAndNickname(String orgUid, String uid, String nickname) → void
initWithUidAndNicknameAndAvatar(String orgUid, String uid, String nickname, String avatar) → void
isConnected() bool
openWebView(BuildContext context, String url, String title) → void
startAppointedChat(BuildContext context, String uid, String title) → void
startChat(BuildContext context, String uuid, String type, String title, String commodity, String postScript, ValueSetter<String>? customCallback) → void
startChatDefault(BuildContext context, String uuid, String type, String title) → void
startH5Chat(BuildContext context, String url, String title) → void
startWorkGroupChat(BuildContext context, String uid, String title) → void