getIsAListView method

bool getIsAListView()

Implementation

bool getIsAListView() {
  _isList= sharedPref.getBool("IsAListView") ?? true;
  update();
  return _isList;
}