Converts bytes to a UTF-8 encoded string.
static String bytesToString(List<int> bytes) { return utf8.decode(bytes); }