getBytes abstract method

Future<Uint8List?> getBytes(
  1. String key, {
  2. int? cacheTtl,
})

Performs the getBytes operation.

Implementation

Future<Uint8List?> getBytes(String key, {int? cacheTtl});