Encodes the given data into a String.
data
@override String stringify(Uint8List data) => utf8.decode(data, allowMalformed: true);