Sets the value for key without options.
key
Future<void> setBytes(String key, Uint8List value) => set(key, value);