isLcpProtected abstract method

Future<bool> isLcpProtected(
  1. FileSystemEntity file
)

Returns if the publication is protected by LCP.

Implementation

Future<bool> isLcpProtected(FileSystemEntity file);