remove abstract method

Future<void> remove(
  1. String fingerprint
)

Remove an entry from the store using an upload's fingerprint.

Implementation

Future<void> remove(String fingerprint);