onSharedFileAddedFromGroup method Null safety

void onSharedFileAddedFromGroup(
  1. String groupId,
  2. EMGroupSharedFile sharedFile
)

Occurs when a shared file is added to a group.

Param groupId The group ID.

Param sharedFile The new shared file.

Implementation

void onSharedFileAddedFromGroup(String groupId, EMGroupSharedFile sharedFile);