setContactListPageStyle static method

dynamic setContactListPageStyle(
  1. ContactListPageStyle contactListPageStyle
)

Implementation

static setContactListPageStyle(ContactListPageStyle contactListPageStyle) {
  _contactListPageStyle = contactListPageStyle;
}