menu
messaging_signalr package
documentation
utils/share_prefs.dart
SharedPrefService
getString method
getString method
dark_mode
light_mode
getString
method
String
?
getString
(
String
key
)
Implementation
String?
getString(
String
key) {
return
sp.getString(key); }
messaging_signalr package
documentation
utils/share_prefs
SharedPrefService
getString method
SharedPrefService class
Constructors
new
Properties
hashCode
runtimeType
sp
Methods
getBool
getDouble
getInt
getString
getStringList
noSuchMethod
setBool
setDouble
setInt
setListString
setString
toString
Operators
operator ==