onRequestToJoinReceivedFromGroup method Null safety

void onRequestToJoinReceivedFromGroup(
  1. String groupId,
  2. String? groupName,
  3. String applicant,
  4. String? reason
)

Occurs when the group owner or administrator receives a group request from a user.

Param groupId The group ID.

Param groupName The group name.

Param applicant The ID of the user requesting to join the group.

Param reason The reason for requesting to join the group.

Implementation

void onRequestToJoinReceivedFromGroup(
    String groupId, String? groupName, String applicant, String? reason);