get abstract method

Future<Uint8List?> get(
  1. String sha256
)

Returns the bytes for sha256, or null if absent.

On a successful hit, implementations MUST update the blob's BlobDescriptor.lastAccessedAt to the current time so that LRU-based eviction can rely on it.

Implementation

Future<Uint8List?> get(String sha256);