onRequestToJoinAcceptedFromGroup method Null safety

void onRequestToJoinAcceptedFromGroup(
  1. String groupId,
  2. String? groupName,
  3. String accepter
)

Occurs when a group request is accepted.

Param groupId The group ID.

Param groupName The group name.

Param accepter The ID of the user that accepts the group request.

Implementation

void onRequestToJoinAcceptedFromGroup(
    String groupId, String? groupName, String accepter);