Encodes a value of type T to the storage type TStore.
T
TStore
@override String encode(Uint8List value) => base64Encode(value);