onSharedFileDeletedFromGroup abstract method Null safety
Occurs when a shared file is removed from a group.
Param groupId The group ID.
Param fileId The ID of the removed shared file.
Implementation
void onSharedFileDeletedFromGroup(String groupId, String fileId);