IosConfig class

Constructors

IosConfig.new({String? appGroupIdentifier = "", String? storeUrl = "", bool? forceUpdateProfile = true, bool? allowCustomUsername = true, bool? allowCustomProfile = true, bool? allowCustomAlert = true, bool? allowAddContact = true, bool? allowBlockContact = true, bool? allowSetUserProfileUrl = true, bool? allowEnableLocationFeature = true, bool? allowTrackingUsingSDK = true, bool? isHiddenEditProfile = true, bool? allowAddNewContact = true, bool? isVideoCallEnable = true, bool? isVoiceCallEnable = true, bool? isHiddenSecretChat = true, bool? isSyncDataInApp = true, bool? allowReferralCode = true, bool? searchByLike = true, bool? allowReplaceCountrycode = false, bool? isSyncContactInApp = true})

Properties

allowAddContact bool?
getter/setter pair
allowAddNewContact bool?
getter/setter pair
allowBlockContact bool?
getter/setter pair
allowCustomAlert bool?
getter/setter pair
allowCustomProfile bool?
getter/setter pair
allowCustomUsername bool?
getter/setter pair
allowEnableLocationFeature bool?
getter/setter pair
allowReferralCode bool?
getter/setter pair
allowReplaceCountrycode bool?
getter/setter pair
allowSetUserProfileUrl bool?
getter/setter pair
allowTrackingUsingSDK bool?
getter/setter pair
appGroupIdentifier String?
getter/setter pair
forceUpdateProfile bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isHiddenEditProfile bool?
getter/setter pair
isHiddenSecretChat bool?
getter/setter pair
isSyncContactInApp bool?
getter/setter pair
isSyncDataInApp bool?
getter/setter pair
isVideoCallEnable bool?
getter/setter pair
isVoiceCallEnable bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchByLike bool?
getter/setter pair
storeUrl String?
getter/setter pair

Methods

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

Operators

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