getIsAListViewPdl method

Future<bool> getIsAListViewPdl()

Implementation

Future<bool> getIsAListViewPdl() async {
  sharedPref = await _sharedPreferences;
  return sharedPref.getBool("IsAListViewPdl") ?? true;
}