set method
Stores the given value
associated with the key
.
If the key already exists, its value is overwritten.
Implementation
@override
Future<void> set(String key, Uint8List value) {
throw UnimplementedError(
'Cache is not available in your current platform.',
);
}