put abstract method
Adds the specified data to the cache under the specified key.
Implementation
Future<void> put({required String key, required Uint8List bytes, Duration maxAge = const Duration(days: 30)});
Adds the specified data to the cache under the specified key.
Future<void> put({required String key, required Uint8List bytes, Duration maxAge = const Duration(days: 30)});