onSharedFileAddedFromGroup method Null safety
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);