cleanupStorage abstract method

Future<int> cleanupStorage()

Explicitly cleanup orphaned files (user must call this - NOT automatic) Returns number of deleted files

Implementation

Future<int> cleanupStorage();