onUserLeft method

void onUserLeft(
  1. GroupChannel channel,
  2. User user
)

A callback for when an existing member has left GroupChannel. To use the updated member list and count, refer to GroupChannel.members and GroupChannel.memberCount.

Implementation

void onUserLeft(GroupChannel channel, User user) {}