onMembersExitedFromGroup property

void Function(String groupId, List<String> userIds)? onMembersExitedFromGroup
final

Occurs when members leave the group.

Implementation

final void Function(
  String groupId,
  List<String> userIds,
)? onMembersExitedFromGroup;