get abstract method

Future<Uint8List?> get({
  1. required String key,
})

Retrieves the data cached under the spefied key if available, null otherwise.

Implementation

Future<Uint8List?> get({required String key});