get static method

Uint8List? get(
  1. String key
)

Returns the Uint8List of the provided key, if any is cached.

Implementation

static Uint8List? get(String key) => _cache[key];