View360ChatPrefs class

Constructors

View360ChatPrefs.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 Properties

chatIdKey String
getter/setter pair
customerCondentIdKey String
getter/setter pair
customerEmailKey String
getter/setter pair
customerIdKey String
getter/setter pair
customerNameKey String
getter/setter pair
customerPhoneKey String
getter/setter pair
isInQueue String
getter/setter pair

Static Methods

changeQueueStatus(bool value) Future<void>
clear() Future<void>
condentIdInQueue(String value) Future<void>
getCustomerId() Future<String?>
getString() Future<View360ChatPrefsModel>
remove() Future<void>
removeCustomerId() Future<bool>
saveString({required String chatIdKeyValue, required String customerIdKeyValue, required String customerNameKeyValue, required String customerEmailKeyValue, required String customerPhoneKeyValue, required String customerCondentIdValue, required bool isInQueueValue}) Future<void>