onInvitationDeclinedFromGroup method Null safety
Occurs when a group invitation is declined.
Param groupId
The group ID.
Param invitee
The username of the invitee.
Param reason
The reason.
Implementation
void onInvitationDeclinedFromGroup(
String groupId, String invitee, String? reason);