menu
pharma_hub_365 package
documentation
utils/session_manager_new.dart
SessionManagerNew
setBool static method
setBool static method
dark_mode
light_mode
setBool
static method
Future
<
bool
?
>
setBool
(
String
key
,
bool
value
)
Implementation
static Future<bool?> setBool(String key, bool value) async => await _prefs?.setBool(key, value);
pharma_hub_365 package
documentation
utils/session_manager_new
SessionManagerNew
setBool static method
SessionManagerNew class