onSharedFileDeletedFromGroup method Null safety

void onSharedFileDeletedFromGroup(
  1. String groupId,
  2. String fileId
)

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);