get abstract method

Future<Uri?> get(
  1. String fingerprint
)

Retrieve an upload's Uri for a fingerprint. If no matching entry is found this method will return null.

Implementation

Future<Uri?> get(String fingerprint);