onSharedFileAddedFromGroup method Null safety

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

Occurs when a shared file is added to the group.

Param groupId The group ID.

Param member The new shared File.

Implementation

void onSharedFileAddedFromGroup(String groupId, EMGroupSharedFile sharedFile);