SettingsService class

Constructors

SettingsService()

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

generateSettingData(Setting setting) String
generateSettingGroupData(List<Setting> settings) String
getCompanySettingById(String settingId, {String? assistantId, bool isMarketplace = false}) String
getCompanySettingGroupById(String groupSettingId, {String? assistantId, bool isMarketplace = false}) String
readSetting(String settingUrl, {bool isMarketplace = false}) Future
readSettingAttachmentsEnabled(String? assistantId) Future<bool>
readSettingMultiTagEnabled(String? assistantId) Future<bool>