Encodes a value of type T to the storage type TStore.
T
TStore
@override List<String> encode(List<Uint8List> values) { return values.map(base64Encode).toList(); }