MobileChatInitialization class

MobileChatInitialization Provide sampleFunctions

Constructors

MobileChatInitialization()

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

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

init(String appId, String clientId, String secretKey, String externalId, String fullName) Future<String?>
Implement this init function after your app logged in successfully
updateAppChatTheme() Future<Map<String, dynamic>>
updateEncryptedUrlParams() String?
validateBundleIdOrPackageName() Future<String?>