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