onSharedFileDeletedFromGroup property

void Function(String groupId, String fileId)? onSharedFileDeletedFromGroup
final

群组删除共享文件回调。

Implementation

final void Function(
  String groupId,
  String fileId,
)? onSharedFileDeletedFromGroup;