ConfigRepo class

Constructors

ConfigRepo()

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>
getDeleteAlias() Future<bool>
getMixNotification() Future<bool>
getRingToggle() Future<bool>
getShowReadStatus() Future<bool>
getStatusBarNotificationConfig() Future<NIMStatusBarNotificationConfig?>
getVibrateToggle() Future<bool>
isMultiPortPushOpen() Future<bool>
isPushShowNoDetail() Future<bool>
saveStatusBarNotificationConfig(NIMStatusBarNotificationConfig config) → dynamic
updateAudioPlayMode(int mode) → void
updateDeleteAlias(bool delete) → void
updateMessageNotification(bool value) → dynamic
updateMixNotification(bool value) Future<bool>
updateMultiPortPushOpen(bool mode) → void
updatePushShowNoDetail(bool mode) Future<bool>
updateRingToggle(bool mode) → void
updateShowReadStatus(bool show) → void
updateVibrateToggle(bool mode) → void

Constants

audioPlayEarpiece → const int
audioPlayMode → const String
audioPlayOutside → const int
deleteAlias → const String
readStatus → const String
ringToggle → const String
statusConfig → const String
toggleNotification → const String
vibrateToggle → const String