SharedPreferenceUtils class

Constructors

SharedPreferenceUtils()

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

saveMerchantDetails(String merchantIntegrationType, String headingBgColor, String bgColor, String menuColor, String footerColor) Future<void>
saveUdf(String UDF1, String UDF2, String UDF3, String UDF4, String UDF5) Future<void>
saveUserDetails(String name, String emailId, String mobile) Future<void>

Constants

bgColor → const String
footerColor → const String
headingBgColor → const String
merchantIntegrationType → const String
Udf1 → const String
Udf2 → const String
Udf3 → const String
Udf4 → const String
Udf5 → const String
userEmail → const String
userMobile → const String
userName → const String