InitializeSDKBuilder class

Available extensions

Constructors

InitializeSDKBuilder.new({String? storageFolderName, required String iOSContainerID, required String licenseKey, bool enableMobileNumberLogin = false, bool? chatHistoryEnable, bool enableDebugLog = false})

Properties

chatHistoryEnable bool?
getter/setter pair
enableDebugLog bool
getter/setter pair
enableMobileNumberLogin bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iOSContainerID String
getter/setter pair
licenseKey String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageFolderName String?
getter/setter pair

Methods

build() Map

Available on InitializeSDKBuilder, provided by the InitializeSDKBuilderParsing extension

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