menu
gnums_utility_widgets package
documentation
applock/preferences.dart
Preferences
init method
init method
dark_mode
light_mode
init
method
Future
<
bool
>
init
(
)
Implementation
Future<bool> init() async { _sharedPrefs = await SharedPreferences.getInstance(); return true; }
gnums_utility_widgets package
documentation
applock/preferences
Preferences
init method
Preferences class