getIsAListView method

Future<bool> getIsAListView()

Implementation

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