setChatInfoPageStyle static method

dynamic setChatInfoPageStyle(
  1. ChatInfoPageStyle chatInfoPageStyle
)

Implementation

static setChatInfoPageStyle(ChatInfoPageStyle chatInfoPageStyle) {
  _chatInfoPageStyle = chatInfoPageStyle;
}