menu
ui_mate package
documentation
utils/pref.dart
Pref
getPref static method
getPref static method
dark_mode
light_mode
getPref
static method
Future
<
void
>
getPref
(
)
Implementation
static Future<void> getPref() async { prefs = await SharedPreferences.getInstance(); }
ui_mate package
documentation
utils/pref
Pref
getPref static method
Pref class