menu
brain_dev_tools package
documentation
dao/my_shared_preferences.dart
MySharedPref
getIsAListView method
getIsAListView method
dark_mode
light_mode
getIsAListView
method
Future
<
bool
>
getIsAListView
(
)
Implementation
Future<bool> getIsAListView() async { return sharedPref.getBool("IsAListView") ?? true; }
brain_dev_tools package
documentation
dao/my_shared_preferences
MySharedPref
getIsAListView method
MySharedPref class