allowAddParticipants static method

Future<void> allowAddParticipants(
  1. bool allow
)

To show or hide add participants option in new ticket page and chat item profile page

Implementation

static Future<void> allowAddParticipants(bool allow) async {
  Wannatalkcore._updateConfig(_kWTConfigAllowAddParticipant, <String, dynamic>{_cAllow: allow});
}