allowRemoveParticipants static method

Future<void> allowRemoveParticipants(
  1. bool allow
)

To show or hide remove participants option in chat item profile

Implementation

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