menu
sharing package
documentation
remote/local/shared_prefers_helper.dart
SharedPrefsHelper
setNotification method
setNotification method
dark_mode
light_mode
setNotification
method
dynamic
setNotification
(
String
value
)
Implementation
setNotification(String value) => _prefs?.setString(Constants.notificationCache, value);
sharing package
documentation
remote/local/shared_prefers_helper
SharedPrefsHelper
setNotification method
SharedPrefsHelper class