protect abstract method

Future<void> protect(
  1. String filename
)

Marks a file as protected from cleanup

Protected files will not be deleted by cleanup operations

Implementation

Future<void> protect(String filename);