ConfigRepo class

Constructors

ConfigRepo.new()

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

getAudioPlayModel() Future<int>
getEnableCloudConversation() Future<bool>
获取是否打开云端会话
getMixNotification() Future<bool>
getRingToggle() Future<bool>
getShowReadStatus() Future<bool>
getStatusBarNotificationConfig() Future<NIMStatusBarNotificationConfig?>
getVibrateToggle() Future<bool>
isPushShowNoDetail() Future<bool>
获取不展示详情
saveStatusBarNotificationConfig(NIMStatusBarNotificationConfig config, {bool saveToNative = true}) → dynamic
updateAudioPlayMode(int mode) → void
updateEnableCloudConversations(bool enable) → void
设置是否打开云端会话
updateMessageNotification(bool value) → dynamic
updateMixNotification(bool value) Future<bool>
updatePushShowNoDetail(bool mode) Future<bool>
updateRingToggle(bool mode) → void
updateShowReadStatus(bool show) → void
updateVibrateToggle(bool mode) → void