onSharedFileDeletedFromGroup method Null safety

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

Occurs when a shared file is deleted.

Param groupId The group ID.

Param member The ID of the shared file that is deleted.

Implementation

void onSharedFileDeletedFromGroup(String groupId, String fileId);