encode method

  1. @override
String encode(
  1. Uint8List value
)
override

Encodes a value of type T to the storage type TStore.

Implementation

@override
String encode(Uint8List value) => base64Encode(value);