readUint8List abstract method

Future<Uint8List?> readUint8List({
  1. required RCacheKey key,
})

Method for getting Uint8List with a defined key.

Example:

// RCaching.instance.readUint8List(key: RCacheKey("data"));

Implementation

Future<Uint8List?> readUint8List({required RCacheKey key});