onUserDeclinedInvitation method

void onUserDeclinedInvitation(
  1. GroupChannel channel,
  2. User invitee,
  3. User? inviter
)

A callback for when the newly invited member has declined the invitation for the GroupChannel.

Implementation

void onUserDeclinedInvitation(
    GroupChannel channel, User invitee, User? inviter) {}