menu
phone_server_plugin package
documentation
util/sp_util.dart
SpUtil
getBool method
getBool method
dark_mode
light_mode
getBool
method
bool
?
getBool
(
String
key
)
Implementation
bool? getBool(String key) { return prefs!.getBool(key); }
phone_server_plugin package
documentation
util/sp_util
SpUtil
getBool method
SpUtil class