getIsAListViewPdl method

Future<bool> getIsAListViewPdl()

Implementation

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