menu
sharing package
documentation
remote/local/shared_prefers_helper.dart
SharedPrefsHelper
initialize method
initialize method
dark_mode
light_mode
initialize
method
Future
<
void
>
initialize
(
)
Implementation
Future<void> initialize() async { _prefs = await SharedPreferences.getInstance(); }
sharing package
documentation
remote/local/shared_prefers_helper
SharedPrefsHelper
initialize method
SharedPrefsHelper class