showChatParticipants static method

Future<void> showChatParticipants(
  1. bool show
)

To show or hide participants in chat profile page

Implementation

static Future<void> showChatParticipants(bool show) async {
  Wannatalkcore._updateConfig(_kWTConfigShowChatParticipants, <String, dynamic>{_cShow: show});
}